mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-12 22:16:21 +00:00
Using ac3_fixed output was not enough as there's float to int conversion due to the fact the mp3float decoder is used. Instead of playing with codec combinations, just remove encoding from the test altogheter. Mov supports muxing mp3 just fine. Signed-off-by: James Almer <jamrial@gmail.com>