[FFmpeg-devel] [PATCH] latm: fix initialization on some streams when no extradata is available

Hendrik Leppkes h.leppkes at gmail.com
Thu Jun 21 11:03:42 CEST 2012


Hi,

attached patch improves the behavior of the AAC LATM decoder when using
avcodec directly (without avformat initing all values properly) and not
having the LATM extradata available to initialize the codec.
Essentially, it ensures the decoder is properly initialized, especially in
the case when the sample rate and chan config are set properly, however due
to missing extradata the remainder of the decoder was not fully initialized
yet.

Feedback welcome.

- Hendrik
-------------- next part --------------
A non-text attachment was scrubbed...
Name: latm-fix-initialization-on-some-streams.patch
Type: application/octet-stream
Size: 918 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120621/26ececee/attachment.obj>


More information about the ffmpeg-devel mailing list