diff options
author | nu774 <honeycomb77@gmail.com> | 2015-06-03 14:01:32 +0900 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-06-03 14:40:10 +0200 |
commit | 0289f81241e720452b5a77713488d54d3ec252d7 (patch) | |
tree | eeb0a879794cc7a670d3566bc3b1811a0e1f1cd8 /libavformat/Makefile | |
parent | 7f596368a404363d72b1be6d16c51420a71bc523 (diff) | |
download | ffmpeg-0289f81241e720452b5a77713488d54d3ec252d7.tar.gz |
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>
Diffstat (limited to 'libavformat/Makefile')
0 files changed, 0 insertions, 0 deletions