Commit 5f72bc02 authored by Martin Storsjö's avatar Martin Storsjö

mov_chan: Reindent an incorrectly indented line

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 407eeb34
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment