summaryrefslogtreecommitdiff
path: root/libavcodec/i386
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-09-02 23:10:28 +0000
committerMåns Rullgård <mans@mansr.com>2006-09-02 23:10:28 +0000
commit0e176c3eb54ecc4504920347e9727f1d8b5657ef (patch)
tree37a1e517c69ae5f4675aab39e4823cdadfbb419d /libavcodec/i386
parent6243da0d5036712ad2f53fcdec0ba6c2ada97d7a (diff)
remove redundant declarations
Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386')
-rw-r--r--libavcodec/i386/dsputil_mmx.c1
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);