[FFmpeg-cvslog] r18017 - trunk/libavformat/mov.c

alexc subversion
Mon Mar 16 17:24:38 CET 2009


Author: alexc
Date: Mon Mar 16 17:24:38 2009
New Revision: 18017

Log:
Cosmetics: Re-indent after last commit

Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	Mon Mar 16 17:14:36 2009	(r18016)
+++ trunk/libavformat/mov.c	Mon Mar 16 17:24:38 2009	(r18017)
@@ -1136,10 +1136,10 @@ static int mov_read_stsz(MOVContext *c, 
     get_be24(pb); /* flags */
 
     if (atom.type == MKTAG('s','t','s','z')) {
-    sample_size = get_be32(pb);
-    if (!sc->sample_size) /* do not overwrite value computed in stsd */
-        sc->sample_size = sample_size;
-    field_size = 32;
+        sample_size = get_be32(pb);
+        if (!sc->sample_size) /* do not overwrite value computed in stsd */
+            sc->sample_size = sample_size;
+        field_size = 32;
     } else {
         sample_size = 0;
         get_be24(pb); /* reserved */




More information about the ffmpeg-cvslog mailing list