[FFmpeg-soc] [soc]: r5017 - als/alsdec.c
thilo.borgmann
subversion at mplayerhq.hu
Mon Aug 10 00:53:21 CEST 2009
Author: thilo.borgmann
Date: Mon Aug 10 00:53:21 2009
New Revision: 5017
Log:
Added some cosmetics.
Modified:
als/alsdec.c
Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c Mon Aug 10 00:50:38 2009 (r5016)
+++ als/alsdec.c Mon Aug 10 00:53:21 2009 (r5017)
@@ -846,8 +846,8 @@ static int decode_frame(AVCodecContext *
}
*data_size = ctx->cur_frame_length * sconf->channels
- * (avctx->sample_fmt == SAMPLE_FMT_S16 ?
- 2 : 4);
+ * (avctx->sample_fmt == SAMPLE_FMT_S16 ?
+ 2 : 4);
bytes_read = (get_bits_count(&ctx->gb) + 7) >> 3;
More information about the FFmpeg-soc
mailing list