1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-06-19 19:03:00 +02:00

avcodec/aacenc: fix config_map for 6.1(front)

This commit is contained in:
Zhao Zhili
2026-06-15 17:04:01 +08:00
committed by James Almer
parent 1659781894
commit cdafceabf8
+1 -1
View File
@@ -245,7 +245,7 @@ static const AACPCEInfo aac_pce_configs[] = {
.num_ele = { 2, 0, 1, 1 },
.pairing = { { 1, 1 }, { 0 }, { 1 }, },
.index = { { 0, 1 }, { 0 }, { 2 }, { 0 }, },
.config_map = { 3, TYPE_CPE, TYPE_CPE, TYPE_CPE, TYPE_LFE, },
.config_map = { 4, TYPE_CPE, TYPE_CPE, TYPE_CPE, TYPE_LFE, },
.reorder_map = { 0, 1, 3, 4, 5, 6, 2 },
},
{