---
 libavformat/mov_chan.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
 
-- 
1.7.9.4

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to