]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/channel_layout.c
Merge commit '3e8fd93b6ab219221e17fa2b6243cc72cf2d69dc'
[ffmpeg] / libavutil / channel_layout.c
index 601c7e677c9596bf13cc6e03cdc8a5489f1bee97..26c87c96a899bf5f7b0324ede1431826c554bc13 100644 (file)
@@ -94,7 +94,7 @@ static const struct {
     { "6.0(front)",  6,  AV_CH_LAYOUT_6POINT0_FRONT },
     { "hexagonal",   6,  AV_CH_LAYOUT_HEXAGONAL },
     { "6.1",         7,  AV_CH_LAYOUT_6POINT1 },
-    { "6.1",         7,  AV_CH_LAYOUT_6POINT1_BACK },
+    { "6.1(back)",   7,  AV_CH_LAYOUT_6POINT1_BACK },
     { "6.1(front)",  7,  AV_CH_LAYOUT_6POINT1_FRONT },
     { "7.0",         7,  AV_CH_LAYOUT_7POINT0 },
     { "7.0(front)",  7,  AV_CH_LAYOUT_7POINT0_FRONT },