Skip to content
Snippets Groups Projects
Commit 677c804a authored by nu774's avatar nu774 Committed by Luca Barbato
Browse files

aac: correctly map 7.1ch-wide AAC from FDK AAC encoder


FDK AAC encoder outputs SCE(front)+CPE(front)+CPE(back)+CPE(back) on
MODE_7_1_REAR_SURROUND configuration.
Since decoder couldn't properly map 4 back channels, decoding failed
unless -request_channel_layout 0x8000000000000000 has been specified.
Now we treat first CPE(back) as CPE(side) on channel mapping.

Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
parent 252d6200
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment