mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
mov_chan: Reindent an incorrectly indented line
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
407eeb3474
commit
5f72bc02f8
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user