Re: [FFmpeg-devel] [PATCH 3/4] libavcodec: v4l2: add codec formats

2017-07-24 Thread Reimar Döffinger
On 24.07.2017, at 21:08, Jorge Ramirez-Ortiz wrote: > From: Alexis Ballier > > In addition, enable the multi planar raw formats. I see the existing code already does it like that, but I don't think that is the best way. Defining the macro to the standard value if it is not defined seems a be

[FFmpeg-devel] [PATCH 3/4] libavcodec: v4l2: add codec formats

2017-07-24 Thread Jorge Ramirez-Ortiz
From: Alexis Ballier In addition, enable the multi planar raw formats. Reviewed-by: Jorge Ramirez Tested-by: Jorge Ramirez --- libavcodec/v4l2-common.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/libavcodec/v4l2-common.c b/libavcodec/v4l2-common.c index