[FFmpeg-cvslog] r16056 - trunk/libavformat/rmdec.c

rbultje subversion
Thu Dec 11 19:48:08 CET 2008


Author: rbultje
Date: Thu Dec 11 19:48:08 2008
New Revision: 16056

Log:
Fix indenting.



Modified:
   trunk/libavformat/rmdec.c

Modified: trunk/libavformat/rmdec.c
==============================================================================
--- trunk/libavformat/rmdec.c	(original)
+++ trunk/libavformat/rmdec.c	Thu Dec 11 19:48:08 2008
@@ -67,9 +67,9 @@ static int rm_read_audio_stream_info(AVF
         get_str8(pb, s->copyright, sizeof(s->copyright));
         get_str8(pb, s->comment, sizeof(s->comment));
         if ((startpos + (version & 0xffff)) >= url_ftell(pb) + 2) {
-        // fourcc (should always be "lpcJ")
-        get_byte(pb);
-        get_str8(pb, buf, sizeof(buf));
+            // fourcc (should always be "lpcJ")
+            get_byte(pb);
+            get_str8(pb, buf, sizeof(buf));
         }
         // Skip extra header crap (this should never happen)
         if ((startpos + (version & 0xffff)) > url_ftell(pb))




More information about the ffmpeg-cvslog mailing list