On 18/09/14 10:26, Marc-Antoine Arnaud wrote:
> ---
>  libavutil/channel_layout.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavutil/channel_layout.c b/libavutil/channel_layout.c
> index 253c495..2690e9b 100644
> --- 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 },
> 

Looks fine to me.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to