]> git.sesse.net Git - ffmpeg/commitdiff
reindent after last commit
authorPeter Ross <pross@xvid.org>
Sat, 5 Feb 2011 01:10:32 +0000 (12:10 +1100)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 6 Feb 2011 19:31:46 +0000 (20:31 +0100)
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 74571e333cc9abf3fe3fde3735698def1547db71)

libavformat/wtv.c

index c10d9ec3e70437d73c39bf61896c065ff28344af..0385e73f9ead6174b5fab095445b85fc74fe948b 100644 (file)
@@ -783,14 +783,14 @@ static int parse_chunks(AVFormatContext *s, int mode, int64_t seekts, int *len_p
             if (ff_find_stream_index(s, sid) < 0) {
                 ff_asf_guid mediatype, subtype, formattype;
                 int size;
-                    url_fskip(pb, 28);
-                    ff_get_guid(pb, &mediatype);
-                    ff_get_guid(pb, &subtype);
-                    url_fskip(pb, 12);
-                    ff_get_guid(pb, &formattype);
-                    size = get_le32(pb);
-                    parse_media_type(s, 0, sid, mediatype, subtype, formattype, size);
-                    consumed += 92 + size;
+                url_fskip(pb, 28);
+                ff_get_guid(pb, &mediatype);
+                ff_get_guid(pb, &subtype);
+                url_fskip(pb, 12);
+                ff_get_guid(pb, &formattype);
+                size = get_le32(pb);
+                parse_media_type(s, 0, sid, mediatype, subtype, formattype, size);
+                consumed += 92 + size;
             }
         } else if (!ff_guidcmp(g, stream2_guid)) {
             int stream_index = ff_find_stream_index(s, sid);