[FFmpeg-soc] [soc]: r2220 - eac3/eac3dec.c
jbr
subversion at mplayerhq.hu
Tue May 27 02:27:51 CEST 2008
Author: jbr
Date: Tue May 27 02:27:51 2008
New Revision: 2220
Log:
remove unused variable
Modified:
eac3/eac3dec.c
Modified: eac3/eac3dec.c
==============================================================================
--- eac3/eac3dec.c (original)
+++ eac3/eac3dec.c Tue May 27 02:27:51 2008
@@ -228,7 +228,7 @@ void ff_eac3_get_transform_coeffs_aht_ch
gbits = bits - log_gain;
for (blk = 0; blk < 6; blk++) {
- int mant, remap;
+ int mant;
int pre_mantissa = get_sbits(gbc, gbits);
if (pre_mantissa == -(1 << (gbits-1))) {
/* large mantissa */
More information about the FFmpeg-soc
mailing list