]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
remove redundant declarations
authormru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 2 Sep 2006 23:10:28 +0000 (23:10 +0000)
committermru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 2 Sep 2006 23:10:28 +0000 (23:10 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6153 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/bitstream.h
libavcodec/dsputil.c
libavcodec/h261.c
libavcodec/i386/dsputil_mmx.c
libavcodec/mpegaudiodec.c
libavcodec/utils.c
libavformat/allformats.h
libavformat/avformat.h
libavformat/nut.c

index 81247bf09b23f5e9ae4501c477ec8fe45597ae1b..8c49bbb4cc8a9d84ee192fb90de884d5415ac128 100644 (file)
@@ -771,7 +771,6 @@ static void align_get_bits(GetBitContext *s)
     if(n) skip_bits(s, n);
 }
 
-int check_marker(GetBitContext *s, const char *msg);
 int init_vlc(VLC *vlc, int nb_bits, int nb_codes,
              const void *bits, int bits_wrap, int bits_size,
              const void *codes, int codes_wrap, int codes_size,
index 80361e8f9fa44e7cf04b5023160c4c027d034802..5fdd2ed54edbb45f1faf69b35d79c669b9f0e123 100644 (file)
@@ -3540,8 +3540,6 @@ static int dct_max8x8_c(/*MpegEncContext*/ void *c, uint8_t *src1, uint8_t *src2
     return sum;
 }
 
-void simple_idct(DCTELEM *block); //FIXME
-
 static int quant_psnr8x8_c(/*MpegEncContext*/ void *c, uint8_t *src1, uint8_t *src2, int stride, int h){
     MpegEncContext * const s= (MpegEncContext *)c;
     DECLARE_ALIGNED_8 (uint64_t, aligned_temp[sizeof(DCTELEM)*64*2/8]);
index 39fc66d3a9a4aa6b6e19d9b708bf9c318e4d76d8..20c9388cb4ccff8d1d8aafabef44e79298d35973 100644 (file)
@@ -373,8 +373,6 @@ static VLC h261_mtype_vlc;
 static VLC h261_mv_vlc;
 static VLC h261_cbp_vlc;
 
-void init_vlc_rl(RLTable *rl, int use_static);
-
 static void h261_decode_init_vlc(H261Context *h){
     static int done = 0;
 
index 9e6c88721c48d4cbb674e94d228d0de69d79ca00..aa592d92fb67d010e34dc55c60dff288f8ce0084 100644 (file)
@@ -29,7 +29,6 @@
 //#undef NDEBUG
 //#include <assert.h>
 
-extern const uint8_t ff_h263_loop_filter_strength[32];
 extern void ff_idct_xvid_mmx(short *block);
 extern void ff_idct_xvid_mmx2(short *block);
 
index c039f8f2372d60f04c39ecbc645a73cf24300a72..73fa7f4a4beffcfab19563b68074a4747e8c5311 100644 (file)
@@ -197,7 +197,6 @@ static const int32_t scale_factor_mult2[3][3] = {
     SCALE_GEN(4.0 / 9.0), /* 9 steps */
 };
 
-void ff_mpa_synth_init(MPA_INT *window);
 static MPA_INT window[512] __attribute__((aligned(16)));
 
 /* layer 1 unscaling */
index 0f8a4f4124fe65c62053b3c80e8c5ca4e765109b..6123210925632ea83b177432eacc65e1d847374f 100644 (file)
@@ -57,8 +57,6 @@ const uint8_t ff_reverse[256]={
 
 static int volatile entangled_thread_counter=0;
 
-void avcodec_default_free_buffers(AVCodecContext *s);
-
 void *av_mallocz(unsigned int size)
 {
     void *ptr;
index 946519ed710829eb572bbaa462def730d0c4b2dd..e93a1e22a088f36e2e604b78bb7cb967b93ff46e 100644 (file)
@@ -34,7 +34,6 @@ extern AVOutputFormat flv_muxer;
 extern AVOutputFormat gif_muxer;
 extern AVInputFormat gif_demuxer;
 extern AVInputFormat video_grab_device_demuxer;
-extern AVInputFormat video_grab_device_demuxer;
 extern AVInputFormat gxf_demuxer;
 extern AVOutputFormat gxf_muxer;
 extern AVInputFormat idcin_demuxer;
@@ -120,8 +119,6 @@ extern AVOutputFormat rawvideo_muxer;
 extern AVOutputFormat null_muxer;
 extern AVInputFormat rm_demuxer;
 extern AVOutputFormat rm_muxer;
-extern AVOutputFormat rtp_muxer;
-extern AVInputFormat rtsp_demuxer;
 extern AVInputFormat sdp_demuxer;
 extern AVInputFormat redir_demuxer;
 extern AVInputFormat segafilm_demuxer;
index 27cddaa10aa0c3c84616da313f43e2ede623f089..0429701b21c1cc7658a2d9bf8aeaf74bb2d72ce0 100644 (file)
@@ -407,9 +407,6 @@ extern AVImageFormat *first_image_format attribute_deprecated;
 
 #include "rtsp.h"
 
-/* yuv4mpeg.c */
-extern AVOutputFormat yuv4mpegpipe_muxer;
-
 /* utils.c */
 void av_register_input_format(AVInputFormat *format);
 void av_register_output_format(AVOutputFormat *format);
index 6f78596e36c13e273f8790b469b354344988e39e..ced4f3c1ac823aad0f766d4d39bba8c94af2c9b6 100644 (file)
@@ -112,8 +112,6 @@ static char *info_table[][2]={
         {"Cover"                , "PNG"},
 };
 
-void ff_parse_specific_params(AVCodecContext *stream, int *au_rate, int *au_ssize, int *au_scale);
-
 static void update(NUTContext *nut, int stream_index, int64_t frame_start, int frame_type, int frame_code, int key_frame, int size, int64_t pts){
     StreamContext *stream= &nut->stream[stream_index];