[FFmpeg-devel] [PATCH] s302m encoder

Kieran Kunhya kierank at ob-encoder.com
Sat Apr 20 17:13:49 CEST 2013


> +static const uint64_t s302m_channel_layout[] = {
> +    AV_CH_LAYOUT_STEREO,
> +    AV_CH_LAYOUT_QUAD,
> +    AV_CH_LAYOUT_5POINT1_BACK,
> +    AV_CH_LAYOUT_5POINT1_BACK | AV_CH_LAYOUT_STEREO_DOWNMIX,
> +    0,
> +};

IMO these should not be there since channel layout in 302M is not meaningful.


More information about the ffmpeg-devel mailing list