comparison ac3dec.h @ 7716:6f4d3d307676 libavcodec

remove unneeded variable, dither_all
author jbr
date Thu, 28 Aug 2008 23:04:15 +0000
parents b928055716e5
children c4a4495715dd
comparison
equal deleted inserted replaced
7715:e8f71784062e 7716:6f4d3d307676
138 uint8_t dba_lengths[AC3_MAX_CHANNELS][8]; ///< delta segment lengths 138 uint8_t dba_lengths[AC3_MAX_CHANNELS][8]; ///< delta segment lengths
139 uint8_t dba_values[AC3_MAX_CHANNELS][8]; ///< delta values for each segment 139 uint8_t dba_values[AC3_MAX_CHANNELS][8]; ///< delta values for each segment
140 ///@} 140 ///@}
141 141
142 ///@defgroup dithering zero-mantissa dithering 142 ///@defgroup dithering zero-mantissa dithering
143 int dither_all; ///< true if all channels are dithered
144 int dither_flag[AC3_MAX_CHANNELS]; ///< dither flags (dithflg) 143 int dither_flag[AC3_MAX_CHANNELS]; ///< dither flags (dithflg)
145 AVLFG dith_state; ///< for dither generation 144 AVLFG dith_state; ///< for dither generation
146 ///@} 145 ///@}
147 146
148 ///@defgroup imdct IMDCT 147 ///@defgroup imdct IMDCT