diff options
author | Måns Rullgård <mans@mansr.com> | 2006-09-02 23:10:28 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-09-02 23:10:28 +0000 |
commit | 0e176c3eb54ecc4504920347e9727f1d8b5657ef (patch) | |
tree | 37a1e517c69ae5f4675aab39e4823cdadfbb419d /libavcodec/i386/dsputil_mmx.c | |
parent | 6243da0d5036712ad2f53fcdec0ba6c2ada97d7a (diff) | |
download | ffmpeg-0e176c3eb54ecc4504920347e9727f1d8b5657ef.tar.gz |
remove redundant declarations
Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/dsputil_mmx.c')
-rw-r--r-- | libavcodec/i386/dsputil_mmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c index 9e6c88721c..aa592d92fb 100644 --- a/libavcodec/i386/dsputil_mmx.c +++ b/libavcodec/i386/dsputil_mmx.c @@ -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); |