Author: jbr
Date: Fri May 30 00:59:16 2008
New Revision: 2247

Log:
cosmetics: indent

Modified:
   eac3/ac3dec.c

Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c       (original)
+++ eac3/ac3dec.c       Fri May 30 00:59:16 2008
@@ -1271,7 +1271,7 @@ static int ac3_decode_frame(AVCodecConte
                     av_log(avctx, AV_LOG_ERROR, "unsupported frame type : 
skipping frame\n");
                     return s->frame_size;
                 } else {
-                av_log(avctx, AV_LOG_ERROR, "invalid frame type\n");
+                    av_log(avctx, AV_LOG_ERROR, "invalid frame type\n");
                 }
                 break;
             default:
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to