Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-02-02 23:15:17 +0400
committerClément Bœsch <ubitux@gmail.com>2012-02-02 23:44:22 +0400
commit8c48652ff0f66687f7740a2ec47789bf0d70026c (patch)
tree3ea80096f8ee95ea7b1372281612c47d8aa7dcab /libavcodec/dct-test.c
parentaf0f8c09cc8dc41d5623c6e4508a964699910d56 (diff)
dct-test: remove odivx_idct_c dead prototype.
Diffstat (limited to 'libavcodec/dct-test.c')
-rw-r--r--libavcodec/dct-test.c2
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);