summaryrefslogtreecommitdiff
path: root/libavcodec/dct-test.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-07-20 16:05:05 +0100
committerMans Rullgard <mans@mansr.com>2011-07-20 17:49:48 +0100
commite7a972e113ddf3271c4c0e01a2d57e23ac5195f1 (patch)
tree4650c81bbd3485f6ef938e834d8384eab4741363 /libavcodec/dct-test.c
parent7b4ee3a21d7c7419b485bf7af3b2795b9c3e89ea (diff)
simple_idct: add 10-bit version
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/dct-test.c')
-rw-r--r--libavcodec/dct-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c
index dbf9639c1e..136f5c4742 100644
--- a/libavcodec/dct-test.c
+++ b/libavcodec/dct-test.c
@@ -111,7 +111,7 @@ static const struct algo idct_tab[] = {
{ "FAANI", ff_faanidct, NO_PERM },
{ "REF-DBL", ff_ref_idct, NO_PERM },
{ "INT", j_rev_dct, MMX_PERM },
- { "SIMPLE-C", ff_simple_idct, NO_PERM },
+ { "SIMPLE-C", ff_simple_idct_8, NO_PERM },
#if HAVE_MMX
#if CONFIG_GPL