Doesn't work with planar sample formats

Issue #6 resolved
Former user created an issue

Libav 9 introduced planar sample formats and converted audio codecs to use these instead of interleaving the samples in the codec after decoding. Unfortunately av_audio_convert doesn't deal with planar formats, so libavresample should be used.

Comments (2)

  1. Lukáš Lalinský

    This was fixed in 1.0, but only for FFmpeg, not libav. 1.1 (released yesterday) added support for libav as well.

  2. Log in to comment