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;
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to