You've already forked FFmpeg
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:
+1
-1
@@ -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 },
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user