[FFmpeg-soc] [soc]: r2229 - eac3/ac3dec.c
jbr
subversion at mplayerhq.hu
Tue May 27 05:33:06 CEST 2008
Author: jbr
Date: Tue May 27 05:33:06 2008
New Revision: 2229
Log:
cosmetics: indent
Modified:
eac3/ac3dec.c
Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c (original)
+++ eac3/ac3dec.c Tue May 27 05:33:06 2008
@@ -874,8 +874,8 @@ static int decode_audio_block(AC3DecodeC
av_log(s->avctx, AV_LOG_ERROR, "new coupling strategy must be present in block 0\n");
return -1;
} else {
- /* for AC3, copy coupling use strategy from last block */
- s->cpl_in_use[blk] = s->cpl_in_use[blk-1];
+ /* for AC3, copy coupling use strategy from last block */
+ s->cpl_in_use[blk] = s->cpl_in_use[blk-1];
}
}
More information about the FFmpeg-soc
mailing list