This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new cdafceabf8 avcodec/aacenc: fix config_map for 6.1(front)
cdafceabf8 is described below

commit cdafceabf8e581ec2d719dc2485c203ffc081a5c
Author:     Zhao Zhili <[email protected]>
AuthorDate: Mon Jun 15 17:04:01 2026 +0800
Commit:     James Almer <[email protected]>
CommitDate: Mon Jun 15 13:31:36 2026 +0000

    avcodec/aacenc: fix config_map for 6.1(front)
---
 libavcodec/aacenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c
index b64ac88a0a..e46a7ac451 100644
--- a/libavcodec/aacenc.c
+++ b/libavcodec/aacenc.c
@@ -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 },
     },
     {

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to