[FFmpeg-devel] [PATCH 2/5] reindent after last commit
Peter Ross
pross
Sat Feb 5 02:10:32 CET 2011
---
libavformat/wtv.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/libavformat/wtv.c b/libavformat/wtv.c
index c10d9ec..0385e73 100644
--- a/libavformat/wtv.c
+++ b/libavformat/wtv.c
@@ -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);
--
1.7.1
-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110205/3921dd35/attachment.pgp>
More information about the ffmpeg-devel
mailing list