summaryrefslogtreecommitdiff
path: root/libavcodec/ac3.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ac3.h')
-rw-r--r--libavcodec/ac3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h
index 0d1a850c9e..cc91f20191 100644
--- a/libavcodec/ac3.h
+++ b/libavcodec/ac3.h
@@ -95,6 +95,8 @@ typedef struct {
uint32_t bit_rate;
uint8_t channels;
uint16_t frame_size;
+ int center_mix_level; ///< Center mix level index
+ int surround_mix_level; ///< Surround mix level index
/** @} */
} AC3HeaderInfo;