On 03/06/15 07:01, nu774 wrote: > --- > libavcodec/aacdec.c | 13 ++++++++++--- > 1 file changed, 10 insertions(+), 3 deletions(-) >
I'll use ``` aac: Correctly map multichannel ADTS AAC with non-zero channel_config + PCE The decoder assigns channels using default channel configuration for 5.1ch when it parses an ADTS frame header using consecutive channel ids. When a PCE comes, it reassigns channels using PCE configuration using directly the ids provided. They can be arbitrary. Always use consecutive channel ids to avoid decoding glitches due spurious reconfigurations due the channel ids mismatch between the two otherwise-identical channel maps. ``` As commit message. Tell me if I summarized correctly please =) lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
