From 8c48652ff0f66687f7740a2ec47789bf0d70026c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 2 Feb 2012 20:15:17 +0100 Subject: [PATCH] dct-test: remove odivx_idct_c dead prototype. --- libavcodec/dct-test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c index 9fdf7d179d..c683ac9837 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);