diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-10-06 15:27:01 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-10-06 15:27:01 +0000 |
commit | 676e200cfff6f94e8dae29b2410ddc894578852a (patch) | |
tree | 3db83595ae893870dd45f9f75bbc2687b1f9c433 /libavcodec/mpegvideo.c | |
parent | 6c3830660013a0d18dea65edbeb94476f7f56fed (diff) | |
download | ffmpeg-676e200cfff6f94e8dae29b2410ddc894578852a.tar.gz |
trying to fix the non-x86 IDCTs (untested)
Originally committed as revision 1006 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r-- | libavcodec/mpegvideo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index 229874b921..5785e85d25 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -218,6 +218,10 @@ int DCT_common_init(MpegEncContext *s) #ifdef HAVE_MMI MPV_common_init_mmi(s); #endif +#ifdef ARCH_ARMV4L + MPV_common_init_armv4l(); +#endif + /* load & permutate scantables note: only wmv uses differnt ones |