[FFmpeg-cvslog] libaacplus: set supported channel_layouts

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Apr 16 12:51:11 CEST 2013


Paul B Mahol <git <at> videolan.org> writes:

> +static const uint64_t channel_layouts[] = {
> +    AV_CH_LAYOUT_MONO,
> +    AV_CH_LAYOUT_STEREO,
> +    0,
> +};

> +    .channel_layouts = (const uint64_t[]) { AV_CH_LAYOUT_MONO,
> +                                            AV_CH_LAYOUT_STEREO,

Something went wrong here I guess.

Carl Eugen



More information about the ffmpeg-cvslog mailing list