From 3596aa6fe61177f7bdc0381defa8f9e6ce85d85b Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sat, 7 Jun 2008 22:29:11 +0000 Subject: get substreamid from ac3 parser Originally committed as revision 13689 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 a7c48ebc23..abe40a5617 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -85,6 +85,7 @@ typedef struct { uint8_t channel_mode; uint8_t lfe_on; uint8_t frame_type; + int substreamid; ///< substream identification int center_mix_level; ///< Center mix level index int surround_mix_level; ///< Surround mix level index uint16_t channel_map; -- cgit v1.2.3