[FFmpeg-devel] [PATCH] lavfi: add audio channel packing negotiation fields

Mina Nagy Zaki mnzaki at gmail.com
Wed Jul 13 22:07:28 CEST 2011


On Wed, Jul 13, 2011 at 07:50:26PM +0300, Mina Nagy Zaki wrote:
[...]
> +enum AVFilterPacking {
> +    AVFILTER_PACKED = 1,
> +    AVFILTER_PLANAR,
> +};

And this needs to be AVFILTER_PACKED = 0
Remenant from the old way I was dealing with this.



More information about the ffmpeg-devel mailing list