diff options
author | Martin Storsjö <martin@martin.st> | 2012-02-15 12:10:21 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-02-15 22:06:38 +0200 |
commit | 3e2efacdd8a3ffb5d1c9004f112492b946284f9b (patch) | |
tree | 11532872d32b303c6654955f4b0a1355a17e22e9 /libavcodec/dct-test.c | |
parent | 9cf0841ef35239660fc313314778414e2828f025 (diff) | |
download | ffmpeg-3e2efacdd8a3ffb5d1c9004f112492b946284f9b.tar.gz |
libavcodec: Prefix fdct_ifast, fdct_ifast248
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/dct-test.c')
-rw-r--r-- | libavcodec/dct-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c index daa95bd0df..7aa2292987 100644 --- a/libavcodec/dct-test.c +++ b/libavcodec/dct-test.c @@ -87,7 +87,7 @@ static int cpu_flags; static const struct algo fdct_tab[] = { { "REF-DBL", ff_ref_fdct, NO_PERM }, { "FAAN", ff_faandct, FAAN_SCALE }, - { "IJG-AAN-INT", fdct_ifast, SCALE_PERM }, + { "IJG-AAN-INT", ff_fdct_ifast, SCALE_PERM }, { "IJG-LLM-INT", ff_jpeg_fdct_islow_8, NO_PERM }, #if HAVE_MMX |