diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-02-02 20:15:17 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-02-02 20:44:22 +0100 |
commit | 8c48652ff0f66687f7740a2ec47789bf0d70026c (patch) | |
tree | 3ea80096f8ee95ea7b1372281612c47d8aa7dcab /libavcodec/dct-test.c | |
parent | af0f8c09cc8dc41d5623c6e4508a964699910d56 (diff) | |
download | ffmpeg-8c48652ff0f66687f7740a2ec47789bf0d70026c.tar.gz |
dct-test: remove odivx_idct_c dead prototype.
Diffstat (limited to 'libavcodec/dct-test.c')
-rw-r--r-- | 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 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); |