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

thilo.borgmann subversion at mplayerhq.hu
Thu Aug 6 02:13:06 CEST 2009


Author: thilo.borgmann
Date: Thu Aug  6 02:13:06 2009
New Revision: 4956

Log:
Cosmetics.

Modified:
   als/alsdec.c

Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c	Thu Aug  6 02:12:25 2009	(r4955)
+++ als/alsdec.c	Thu Aug  6 02:13:06 2009	(r4956)
@@ -828,7 +828,7 @@ static int decode_frame(AVCodecContext *
  */
 static av_cold int decode_end(AVCodecContext *avctx)
 {
-    ALSDecContext *ctx       = avctx->priv_data;
+    ALSDecContext *ctx = avctx->priv_data;
 
     av_freep(&ctx->sconf.chan_pos);
     av_freep(&ctx->residuals);


More information about the FFmpeg-soc mailing list