Browse Source

mov_chan: Reindent an incorrectly indented line

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n1.0
Martin Storsjö 13 years ago
parent
commit
5f72bc02f8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mov_chan.c

+ 1
- 1
libavformat/mov_chan.c View File

@@ -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…
Cancel
Save