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

Reply via email to