On Tue, Sep 23, 2014 at 02:38:18PM +0200, Marc-Antoine Arnaud wrote:
> --- a/libavutil/channel_layout.c
> +++ b/libavutil/channel_layout.c
> @@ -70,34 +70,33 @@ static const struct {
>  } channel_layout_map[] = {
> -    { "3.0",         3,  AV_CH_LAYOUT_SURROUND },
> -    { "3.0(back)",   3,  AV_CH_LAYOUT_2_1 },
> +    { "3.0(surround)",   3,  AV_CH_LAYOUT_SURROUND },
> +    { "3.0(back)",       3,  AV_CH_LAYOUT_2_1 },

Why did you change this part?

It also breaks the fate-lavr-mix-output-zero test.

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

Reply via email to