From d88812a91fc3ace08dc461d1156c6169ea312e45 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Mon, 9 Jun 2008 20:14:09 +0000 Subject: [PATCH] indent Originally committed as revision 13736 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/movenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index f5f6085638..20dcecc7d2 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -1163,7 +1163,7 @@ static int mov_write_meta_tag(ByteIOContext *pb, MOVContext *mov, // only save meta tag if required if (s->title[0] || s->author[0] || s->album[0] || s->year || - s->comment[0] || s->genre[0] || s->track) { + s->comment[0] || s->genre[0] || s->track) { offset_t pos = url_ftell(pb); put_be32(pb, 0); /* size */ put_tag(pb, "meta");