[FFmpeg-cvslog] r13692 - trunk/libavcodec/ac3dec.c

jbr subversion
Sun Jun 8 00:29:40 CEST 2008


Author: jbr
Date: Sun Jun  8 00:29:38 2008
New Revision: 13692

Log:
cosmetics: indent


Modified:
   trunk/libavcodec/ac3dec.c

Modified: trunk/libavcodec/ac3dec.c
==============================================================================
--- trunk/libavcodec/ac3dec.c	(original)
+++ trunk/libavcodec/ac3dec.c	Sun Jun  8 00:29:38 2008
@@ -1181,7 +1181,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:




More information about the ffmpeg-cvslog mailing list