Module: libav Branch: master Commit: 89baf35996a0feb8cf81535f74cef2946a92d477
Author: Martin Storsjö <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Fri Feb 17 23:10:21 2012 +0200 dct-test: Remove a stray declaration of a nonexistent function Signed-off-by: Martin Storsjö <[email protected]> --- 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); _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
