On Thu, Jan 22, 2015 at 12:19 PM, Luca Barbato <[email protected]> wrote:
> On 22/01/15 20:04, Alex Converse wrote:
>>
>> +    MPEG4AudioConfig *m4ac = &ac->oc[1].m4ac;
>
> vs
>
> > +    const MPEG4AudioConfig *const m4ac = &ac->oc[1].m4ac;
>
> Is there a particular reason?
>

I was worried about inband PCE. But that's impossible for ER AAC
[Thank god]. Fixed.

> > +    ac->avctx->profile = m4ac->object_type - 1;
>
> why not using `aot` ?
>

Fixed
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to