PR #23485 opened by Zhao Zhili (quink)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23485
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23485.patch

# Summary of changes

Fix typo in config_map.

<!--
If this PR requires new FATE test samples, attach them to the PR and
list their target paths below (relative to the fate-suite root).

Attached filenames must match the sample's filename:

```fate-samples
# e.g. vorbis/new-sample.ogg
```
-->



>From eac58d2812a006a9847f43375fe037e3f10bc768 Mon Sep 17 00:00:00 2001
From: Zhao Zhili <[email protected]>
Date: Mon, 15 Jun 2026 17:04:01 +0800
Subject: [PATCH] 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 },
     },
     {
-- 
2.52.0

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

Reply via email to