[FFmpeg-soc] [soc]: r4674 - als/alsdec.c

thilo.borgmann subversion at mplayerhq.hu
Sun Jul 12 11:29:26 CEST 2009


Author: thilo.borgmann
Date: Sun Jul 12 11:29:26 2009
New Revision: 4674

Log:
Cosmetics.

Modified:
   als/alsdec.c

Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c	Sun Jul 12 09:45:56 2009	(r4673)
+++ als/alsdec.c	Sun Jul 12 11:29:26 2009	(r4674)
@@ -425,7 +425,8 @@ static av_cold int decode_init(AVCodecCo
         avctx->sample_fmt          = SAMPLE_FMT_FLT;
         avctx->bits_per_raw_sample = 32;
     } else {
-        avctx->sample_fmt          = ctx->sconf.resolution > 1 ? SAMPLE_FMT_S32 : SAMPLE_FMT_S16;
+        avctx->sample_fmt          = ctx->sconf.resolution > 1
+                                     ? SAMPLE_FMT_S32 : SAMPLE_FMT_S16;
         avctx->bits_per_raw_sample = (ctx->sconf.resolution + 1) * 8;
     }
 


More information about the FFmpeg-soc mailing list