On Mon, May 08, 2017 at 12:28:47PM -0400, Vittorio Giovara wrote:
> --- a/libavcodec/libfdk-aacenc.c
> +++ b/libavcodec/libfdk-aacenc.c
> @@ -418,6 +425,11 @@ static const AVChannelLayout aac_ch_layouts[16] = {
>      AV_CHANNEL_LAYOUT_7POINT1,
>  #endif
> +    {
> +        .order = AV_CHANNEL_ORDER_AMBISONIC,
> +        .nb_channels = 4,
> +        .u.map = ambisonic_channels,
> +    },

nit: align

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

Reply via email to