mov_chan: Reindent an incorrectly indented line
authorMartin Storsjö <martin@martin.st>
Fri, 7 Sep 2012 07:41:37 +0000 (10:41 +0300)
committerMartin Storsjö <martin@martin.st>
Fri, 7 Sep 2012 22:30:43 +0000 (01:30 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/mov_chan.c

index 800bb10..b1fa13f 100644 (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);