avutil: Fix 6.1 channel layout name

It seems to me that the layout itself is not buggy.

On Thu, Sep 18, 2014 at 10:26:35AM +0200, Marc-Antoine Arnaud wrote:
> --- a/libavutil/channel_layout.c
> +++ b/libavutil/channel_layout.c
> @@ -89,7 +89,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 },

Why do you only mark 6.1 as "(back)"?

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to