[libav-commits] mov_chan: Reindent an incorrectly indented line
Martin Storsjö
git at libav.org
Sat Sep 8 00:33:24 CEST 2012
Module: libav
Branch: master
Commit: 5f72bc02f8ee7ccbdf779f560a11e9f228b7ac82
Author: Martin Storsjö <martin at martin.st>
Committer: Martin Storsjö <martin at martin.st>
Date: Fri Sep 7 10:41:37 2012 +0300
mov_chan: Reindent an incorrectly indented line
Signed-off-by: Martin Storsjö <martin at martin.st>
---
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 800bb10..b1fa13f 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);
More information about the libav-commits
mailing list