From 89baf35996a0feb8cf81535f74cef2946a92d477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Fri, 17 Feb 2012 23:10:21 +0200 Subject: [PATCH] dct-test: Remove a stray declaration of a nonexistent function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavcodec/dct-test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c index 133fdbf0d5..2c59cd99b5 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);