diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-06-07 22:29:03 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-06-07 22:29:03 +0000 |
commit | 6730e9f300927c37d2016093684222fef63bb740 (patch) | |
tree | 513239764a11776ccefdae2cd4d6612a48c686e6 /libavcodec/ac3.h | |
parent | 467ec3c1205c083f79851486479721d9a9817612 (diff) | |
download | ffmpeg-6730e9f300927c37d2016093684222fef63bb740.tar.gz |
get the number of blocks from the ac3 parser and use in the ac3 decoder.
Originally committed as revision 13688 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3.h')
-rw-r--r-- | libavcodec/ac3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h index 9e9495ab39..a7c48ebc23 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -88,6 +88,7 @@ typedef struct { int center_mix_level; ///< Center mix level index int surround_mix_level; ///< Surround mix level index uint16_t channel_map; + int num_blocks; ///< number of audio blocks /** @} */ /** @defgroup derived Derived values |