Reuben Scratton <reuben.scratton@...> writes: > I maintain a video player app on Android and recently had > occasion to upgrade it's FFmpeg from 0.8.6 to 1.1.3.
Please update to 1.2 which is binary compatible and contains many bug fixes and features not present in 1.1. > It seems that the 1.1 AAC decoder only outputs samples as > AV_SAMPLE_FMT_FLTP. I therefore need to convert these to > AV_SAMPLE_FMT_S16 before they can be played Please use either libswresample or the aconvert audio filter (which uses libswresample) for the conversion. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
