[vlc-devel] [PATCH] modules/video_filter/blend: support grayscale
Antoine Cellerier
dionoea at videolan.org
Fri Jan 9 13:18:43 CET 2009
On Fri, Jan 09, 2009, Mike Frysinger wrote:
> if( ( in_chroma != FCC_YUVA && in_chroma != FCC_I420 &&
> in_chroma != FCC_YV12 && in_chroma != FCC_YUVP &&
> - in_chroma != FCC_RGBA ) ||
> + in_chroma != FCC_RGBA && in_chroma != FCC_GREY ) ||
Err ... I kind of fail to see how that single change can add grey
support in blend. The Blend() function won't find the required blending
function and will thus output an error message (unless I missed
something obvious somewhere).
--
Antoine Cellerier
dionoea
More information about the vlc-devel
mailing list