> On Jun 5, 2025, at 2:49 PM, James Almer <jamr...@gmail.com> wrote: > > Signed-off-by: James Almer <jamr...@gmail.com> > --- > > diff --git a/libavcodec/ac3_parser_internal.h > b/libavcodec/ac3_parser_internal.h > index 46814bfb1f..ab5df34003 100644 > --- a/libavcodec/ac3_parser_internal.h > +++ b/libavcodec/ac3_parser_internal.h > @@ -46,6 +46,7 @@ typedef struct AC3HeaderInfo { > int substreamid; ///< substream identification > int center_mix_level; ///< Center mix level index > int surround_mix_level; ///< Surround mix level index > + uint8_t channel_map_present; > uint16_t channel_map; > int num_blocks; ///< number of audio blocks > int dolby_surround_mode;
Am I missing something or this field is not set anywhere ? Otherwise it looks great :) — Baptiste _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".