Commit 40611372 authored by Justin Ruggles's avatar Justin Ruggles

move some AC3HeaderInfo struct fields to the Coded elements group.

Originally committed as revision 13612 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 892d2268
...@@ -85,6 +85,9 @@ typedef struct { ...@@ -85,6 +85,9 @@ typedef struct {
uint8_t channel_mode; uint8_t channel_mode;
uint8_t lfe_on; uint8_t lfe_on;
uint8_t frame_type; uint8_t frame_type;
int center_mix_level; ///< Center mix level index
int surround_mix_level; ///< Surround mix level index
uint16_t channel_map;
/** @} */ /** @} */
/** @defgroup derived Derived values /** @defgroup derived Derived values
...@@ -95,9 +98,6 @@ typedef struct { ...@@ -95,9 +98,6 @@ typedef struct {
uint32_t bit_rate; uint32_t bit_rate;
uint8_t channels; uint8_t channels;
uint16_t frame_size; 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; } AC3HeaderInfo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment