X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fchannel_layout.c;h=26c87c96a899bf5f7b0324ede1431826c554bc13;hb=6586f62d1a7cbb14e449eb077b057dec6a64f23a;hp=601c7e677c9596bf13cc6e03cdc8a5489f1bee97;hpb=8e2105297daecba193ce6f264becd2d5245f2d9d;p=ffmpeg diff --git a/libavutil/channel_layout.c b/libavutil/channel_layout.c index 601c7e677c9..26c87c96a89 100644 --- a/libavutil/channel_layout.c +++ b/libavutil/channel_layout.c @@ -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 },