Changeset 0289f812 in ffmpeg

Timestamp:
Jun 3, 2015, 12:40:10 PM (10 years ago)
Author:
Luca Barbato <lu_zero@gentoo.org>
Branches:
master
Children:
12002896, 9b56ac74
Parents:
7f59636
git-author:
nu774 <honeycomb77@gmail.com> (06/03/15 05:01:32)
git-committer:
Luca Barbato <lu_zero@gentoo.org> (06/03/15 12:40:10)
Message:

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.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>

(No files)

Note: See TracChangeset for help on using the changeset viewer.