diff options
author | Martin Storsjö <martin@martin.st> | 2012-09-07 10:41:37 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-09-08 01:30:43 +0300 |
commit | 5f72bc02f8ee7ccbdf779f560a11e9f228b7ac82 (patch) | |
tree | b62701ce05eecc2cbe569dfd850004f6a3be48f9 | |
parent | 407eeb3474b9b2af5a105a036ea03077466e3a50 (diff) | |
download | ffmpeg-5f72bc02f8ee7ccbdf779f560a11e9f228b7ac82.tar.gz |
mov_chan: Reindent an incorrectly indented line
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | libavformat/mov_chan.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |