Re: [v4l-utils PATCH] libv4lconvert: Add support for V4L2_PIX_FMT_NV16

2016-03-11 Thread Hans Verkuil
On 03/11/2016 09:40 PM, Niklas Söderlund wrote: > NV16 are two-plane versions of the YUV 4:2:2 format (V4L2_PIX_FMT_YUVU). > Support it by merging the two planes into a one YUVU plane and falling > through to the V4L2_PIX_FMT_YUVU code path. s/YUVU/YUYV/g Can you add support for NV61 as well?

[v4l-utils PATCH] libv4lconvert: Add support for V4L2_PIX_FMT_NV16

2016-03-11 Thread Niklas Söderlund
NV16 are two-plane versions of the YUV 4:2:2 format (V4L2_PIX_FMT_YUVU). Support it by merging the two planes into a one YUVU plane and falling through to the V4L2_PIX_FMT_YUVU code path. Signed-off-by: Niklas Söderlund --- I'm sorry this is a bit of a