[FFmpeg-cvslog] r17603 - trunk/libavcodec/flacdec.c

jbr subversion
Thu Feb 26 03:30:29 CET 2009


Author: jbr
Date: Thu Feb 26 03:30:29 2009
New Revision: 17603

Log:
cosmetics: line wrap and indentation after last commit.

Modified:
   trunk/libavcodec/flacdec.c

Modified: trunk/libavcodec/flacdec.c
==============================================================================
--- trunk/libavcodec/flacdec.c	Thu Feb 26 03:29:24 2009	(r17602)
+++ trunk/libavcodec/flacdec.c	Thu Feb 26 03:30:29 2009	(r17603)
@@ -141,10 +141,9 @@ static av_cold int flac_decode_init(AVCo
     if (!ff_flac_is_extradata_valid(avctx, &format, &streaminfo))
         return -1;
 
-        /* initialize based on the demuxer-supplied streamdata header */
-            ff_flac_parse_streaminfo(avctx, (FLACStreaminfo *)s,
-                                     streaminfo);
-            allocate_buffers(s);
+    /* initialize based on the demuxer-supplied streamdata header */
+    ff_flac_parse_streaminfo(avctx, (FLACStreaminfo *)s, streaminfo);
+    allocate_buffers(s);
 
     return 0;
 }




More information about the ffmpeg-cvslog mailing list