Mercurial > libavcodec.hg
diff ac3.h @ 6116:4f8fcb40bf2c libavcodec
remove unneeded variables from AC3HeaderInfo
| author | jbr |
|---|---|
| date | Sat, 05 Jan 2008 17:04:57 +0000 |
| parents | 7d9dddd54817 |
| children | 5542d0c04a55 |
line wrap: on
line diff
--- a/ac3.h Sat Jan 05 16:47:40 2008 +0000 +++ b/ac3.h Sat Jan 05 17:04:57 2008 +0000 @@ -81,13 +81,8 @@ uint16_t sync_word; uint16_t crc1; uint8_t sr_code; - uint8_t frame_size_code; uint8_t bitstream_id; - uint8_t bitstream_mode; uint8_t channel_mode; - uint8_t center_mix_level; - uint8_t surround_mix_level; - uint8_t dolby_surround_mode; uint8_t lfe_on; /** @} */
