[SCM] libav/experimental: Cosmetics: Re-indent after last commit

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:41:32 UTC 2013


The following commit has been merged in the experimental branch:
commit d0dab0ecd43651bcebc79e02c5136ac9e6a2ff28
Author: Alex Converse <alex.converse at gmail.com>
Date:   Mon Mar 16 16:24:38 2009 +0000

    Cosmetics: Re-indent after last commit
    
    Originally committed as revision 18017 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 36e4bce..eec6ce5 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1136,10 +1136,10 @@ static int mov_read_stsz(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
     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 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list