[FFmpeg-cvslog] dct-test: Remove a stray declaration of a nonexistent function
Martin Storsjö
git at videolan.org
Sun Feb 19 02:19:06 CET 2012
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Fri Feb 17 23:10:21 2012 +0200| [89baf35996a0feb8cf81535f74cef2946a92d477] | committer: Martin Storsjö
dct-test: Remove a stray declaration of a nonexistent function
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89baf35996a0feb8cf81535f74cef2946a92d477
---
libavcodec/dct-test.c | 2 --
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);
More information about the ffmpeg-cvslog
mailing list