Re: [PATCH v2 1/2] libv4lconvert: Port supported_src_formats to bit-ops

2019-04-18 Thread Hans de Goede
Hi, On 17-04-19 13:41, Ricardo Ribalda Delgado wrote: We have passed the barrier of 64 supported formats, therefore a int64_t is not enough for holding the bitfield. Instead use bit-ops ala kernel. Signed-off-by: Ricardo Ribalda Delgado Suggested-by: Hans de Goede Thank you. I've dropped

[PATCH v2 1/2] libv4lconvert: Port supported_src_formats to bit-ops

2019-04-17 Thread Ricardo Ribalda Delgado
We have passed the barrier of 64 supported formats, therefore a int64_t is not enough for holding the bitfield. Instead use bit-ops ala kernel. Signed-off-by: Ricardo Ribalda Delgado Suggested-by: Hans de Goede --- lib/libv4lconvert/libv4lconvert-priv.h | 3 +- lib/libv4lconvert/libv4lconvert