summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-05-12 10:53:33 +0000
committerDiego Biurrun <diego@biurrun.de>2007-05-12 10:53:33 +0000
commit7f58baa8cad24164d371f15196363ff64633054b (patch)
treeb78cb59f0e7af76b58eb6de4d8acb083befcfc03 /libavcodec
parent7f4f3e169fd85432a62d62fbf23e448022eedb50 (diff)
Remove redundant extern declaration of j_rev_dct that is already
present in the #included header file dsputil.h. Originally committed as revision 9005 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/dct-test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c
index 7cd8668327..be2d95413d 100644
--- a/libavcodec/dct-test.c
+++ b/libavcodec/dct-test.c
@@ -51,7 +51,6 @@ extern void ff_idct_xvid_mmx(DCTELEM *block);
extern void ff_idct_xvid_mmx2(DCTELEM *block);
extern void init_fdct();
-extern void j_rev_dct(DCTELEM *data);
extern void ff_mmx_idct(DCTELEM *data);
extern void ff_mmxext_idct(DCTELEM *data);