On 04/22/2011 05:04 PM, Luca Barbato wrote: > On 4/22/11 11:03 PM, Justin Ruggles wrote: >> Could someone test the patch below with a modern Intel CPU other than Atom? > > How did you test it?
decode a 5.1 ac3 ffmpeg -i example.ac3 -ac 6 -f wav -y /dev/null ffmpeg -i example.ac3 -ac 2 -f wav -y /dev/null and comment-out each "c->float_interleave = ..." line in libavcodec/x86/fmtconvert_mmx.c:ff_fmt_convert_init_x86() to test C, MMX, SSE. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
