From 0c79b1402a48a99f32435a0f5ad2364c58c6fcf3 Mon Sep 17 00:00:00 2001 From: Bartlomiej Wolowiec Date: Thu, 24 Apr 2008 22:27:13 +0000 Subject: add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() and then reads the channel_map stuff Originally committed as revision 12944 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/ac3.h') diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h index cc91f20191..e933f86884 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -97,6 +97,7 @@ typedef struct { uint16_t frame_size; int center_mix_level; ///< Center mix level index int surround_mix_level; ///< Surround mix level index + uint16_t channel_map; /** @} */ } AC3HeaderInfo; -- cgit v1.2.3