summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-02-17 23:10:21 +0200
committerMartin Storsjö <martin@martin.st>2012-02-18 00:22:24 +0200
commit89baf35996a0feb8cf81535f74cef2946a92d477 (patch)
treec19c6f5f930aa19b5ac1ada4db126b0b6fd35e6a
parent53026339190132b79644bd2dec73ba9c9a902a4f (diff)
downloadffmpeg-streaming-89baf35996a0feb8cf81535f74cef2946a92d477.zip
ffmpeg-streaming-89baf35996a0feb8cf81535f74cef2946a92d477.tar.gz
dct-test: Remove a stray declaration of a nonexistent function
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r--libavcodec/dct-test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c
index 133fdbf..2c59cd9 100644
--- a/libavcodec/dct-test.c
+++ b/libavcodec/dct-test.c
@@ -48,8 +48,6 @@
void ff_mmx_idct(DCTELEM *data);
void ff_mmxext_idct(DCTELEM *data);
-void odivx_idct_c(short *block);
-
// BFIN
void ff_bfin_idct(DCTELEM *block);
void ff_bfin_fdct(DCTELEM *block);
OpenPOWER on IntegriCloud