Altivec-optimized mp{1,2,3} windowing

Originally committed as revision 23943 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak
2010-07-01 21:04:12 +00:00
parent de1807bbc4
commit 060dd93000
4 changed files with 139 additions and 0 deletions

View File

@@ -325,6 +325,8 @@ static av_cold int decode_init(AVCodecContext * avctx)
#if HAVE_MMX
ff_mpegaudiodec_init_mmx(s);
#endif
if (HAVE_ALTIVEC && CONFIG_FLOAT) ff_mpegaudiodec_init_altivec(s);
avctx->sample_fmt= OUT_FMT;
s->error_recognition= avctx->error_recognition;