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

jbr subversion
Wed Mar 4 00:50:21 CET 2009


Author: jbr
Date: Wed Mar  4 00:50:21 2009
New Revision: 17791

Log:
cosmetics: indentation after last commit

Modified:
   trunk/libavcodec/flacdec.c

Modified: trunk/libavcodec/flacdec.c
==============================================================================
--- trunk/libavcodec/flacdec.c	Wed Mar  4 00:49:36 2009	(r17790)
+++ trunk/libavcodec/flacdec.c	Wed Mar  4 00:50:21 2009	(r17791)
@@ -248,8 +248,8 @@ static int metadata_parse(FLACContext *s
                 switch (metadata_type) {
                 case FLAC_METADATA_TYPE_STREAMINFO:
                     if (!s->got_streaminfo) {
-                    ff_flac_parse_streaminfo(s->avctx, (FLACStreaminfo *)s,
-                                             s->gb.buffer+get_bits_count(&s->gb)/8);
+                        ff_flac_parse_streaminfo(s->avctx, (FLACStreaminfo *)s,
+                                                 s->gb.buffer+get_bits_count(&s->gb)/8);
                         s->got_streaminfo = 1;
                     }
                 default:




More information about the ffmpeg-cvslog mailing list