[FFmpeg-soc] [soc]: r3681 - eac3/ac3dec.c
jbr
subversion at mplayerhq.hu
Sun Aug 31 01:08:22 CEST 2008
Author: jbr
Date: Sun Aug 31 01:08:22 2008
New Revision: 3681
Log:
cosmetics: change indentation to make the diff compared to FFmpeg SVN clearer
Modified:
eac3/ac3dec.c
Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c (original)
+++ eac3/ac3dec.c Sun Aug 31 01:08:22 2008
@@ -985,10 +985,10 @@ static int decode_audio_block(AC3DecodeC
bit_alloc_stages[ch] = FFMAX(bit_alloc_stages[ch], 2);
}
}
- } else if (!s->eac3 && !blk) {
+ } else if (!s->eac3 && !blk) {
av_log(s->avctx, AV_LOG_ERROR, "new snr offsets must be present in block 0\n");
return -1;
- }
+ }
}
/* fast gain (E-AC-3 only) */
More information about the FFmpeg-soc
mailing list