[FFmpeg-devel] [PATCH] dct-test: remove odivx_idct_c dead prototype.
Clément Bœsch
ubitux at gmail.com
Thu Feb 2 20:19:09 CET 2012
---
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 9fdf7d1..c683ac9 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);
--
1.7.9
More information about the ffmpeg-devel
mailing list