Commit cbd6a0c7 authored by jbr's avatar jbr

move some AC3HeaderInfo struct fields to the Coded elements group.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13612 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3430e059
...@@ -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