Altivec-optimized mp{1,2,3} windowing
Originally committed as revision 23943 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user