Re: [libav-devel] [PATCH 1/2 v2] matroskaenc: fix muxing AAC streams when using aac_adtstoasc bsf

2016-11-09 Thread James Almer
On 11/9/2016 7:36 AM, Anton Khirnov wrote: > Quoting James Almer (2016-11-02 21:02:30) >> aac_adtstoasc makes the aac extradata available only after the first packet >> is filtered, and as packet side data. >> >> Assume extradata will be available as part of the first packet if >>

Re: [libav-devel] [PATCH 1/2 v2] matroskaenc: fix muxing AAC streams when using aac_adtstoasc bsf

2016-11-09 Thread Anton Khirnov
Quoting James Almer (2016-11-02 21:02:30) > aac_adtstoasc makes the aac extradata available only after the first packet > is filtered, and as packet side data. > > Assume extradata will be available as part of the first packet if > avpriv_mpeg4audio_get_config() fails the first time due to

[libav-devel] [PATCH 1/2 v2] matroskaenc: fix muxing AAC streams when using aac_adtstoasc bsf

2016-11-02 Thread James Almer
aac_adtstoasc makes the aac extradata available only after the first packet is filtered, and as packet side data. Assume extradata will be available as part of the first packet if avpriv_mpeg4audio_get_config() fails the first time due to missing extradata and reserve space for the