summaryrefslogtreecommitdiff
path: root/libavcodec/ac3.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2008-06-07 22:29:11 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2008-06-07 22:29:11 +0000
commit3596aa6fe61177f7bdc0381defa8f9e6ce85d85b (patch)
tree7ac36f93876ee6bde25ef114e82564a06e931bbf /libavcodec/ac3.h
parent6730e9f300927c37d2016093684222fef63bb740 (diff)
get substreamid from ac3 parser
Originally committed as revision 13689 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3.h')
-rw-r--r--libavcodec/ac3.h1
1 files changed, 1 insertions, 0 deletions
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;