[FFmpeg-cvslog] dct-test: remove odivx_idct_c dead prototype.

Clément Bœsch git at videolan.org
Thu Feb 2 20:44:29 CET 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu Feb  2 20:15:17 2012 +0100| [8c48652ff0f66687f7740a2ec47789bf0d70026c] | committer: Clément Bœsch

dct-test: remove odivx_idct_c dead prototype.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8c48652ff0f66687f7740a2ec47789bf0d70026c
---

 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);



More information about the ffmpeg-cvslog mailing list