From 5f72bc02f8ee7ccbdf779f560a11e9f228b7ac82 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 7 Sep 2012 10:41:37 +0300 Subject: mov_chan: Reindent an incorrectly indented line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/mov_chan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mov_chan.c') diff --git a/libavformat/mov_chan.c b/libavformat/mov_chan.c index 800bb102a0..b1fa13f753 100644 --- a/libavformat/mov_chan.c +++ b/libavformat/mov_chan.c @@ -580,7 +580,7 @@ int ff_mov_read_chan(AVFormatContext *s, AVIOContext *pb, AVStream *st, } } if (layout_tag == 0) - st->codec->channel_layout = label_mask; + st->codec->channel_layout = label_mask; else st->codec->channel_layout = ff_mov_get_channel_layout(layout_tag, bitmap); -- cgit v1.2.3