[Ffmpeg-cvslog] r6342 - trunk/libavformat/utils.c

michael subversion
Tue Sep 26 19:27:08 CEST 2006


Author: michael
Date: Tue Sep 26 19:27:08 2006
New Revision: 6342

Modified:
   trunk/libavformat/utils.c

Log:
reindent


Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c	(original)
+++ trunk/libavformat/utils.c	Tue Sep 26 19:27:08 2006
@@ -1812,11 +1812,11 @@
                 break;
             }
         }
-            /* we did not get all the codec info, but we read too much data */
-            if (read_size >= MAX_READ_SIZE) {
-                ret = count;
-                break;
-            }
+        /* we did not get all the codec info, but we read too much data */
+        if (read_size >= MAX_READ_SIZE) {
+            ret = count;
+            break;
+        }
 
         /* NOTE: a new stream can be added there if no header in file
            (AVFMTCTX_NOHEADER) */




More information about the ffmpeg-cvslog mailing list