[FFmpeg-soc] [soc]: r1720 - eac3/ac3dec.c
jbr
subversion at mplayerhq.hu
Sun Dec 30 23:57:02 CET 2007
Author: jbr
Date: Sun Dec 30 23:57:02 2007
New Revision: 1720
Log:
remove some cosmetic differences between soc svn and ffmpeg svn
Modified:
eac3/ac3dec.c
Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c (original)
+++ eac3/ac3dec.c Sun Dec 30 23:57:02 2007
@@ -48,6 +48,7 @@ float ff_ac3_scale_factors[25];
/** table for grouping exponents */
static uint8_t exp_ungroup_tab[128][3];
+
/** tables for ungrouping mantissas */
static float b1_mantissas[32][3];
static float b2_mantissas[128][3];
@@ -935,9 +936,8 @@ static int ac3_parse_audio_block(AC3Deco
}
/* recover coefficients if rematrixing is in use */
- if(s->channel_mode == AC3_CHMODE_STEREO) {
+ if(s->channel_mode == AC3_CHMODE_STEREO)
ff_ac3_do_rematrixing(s);
- }
/* apply scaling to coefficients (headroom, dynrng) */
for(ch=1; ch<=s->channels; ch++) {
More information about the FFmpeg-soc
mailing list