Re: [PATCH] V4L: fix the Z16 format definition

2016-06-18 Thread Sakari Ailus
On Fri, Jun 17, 2016 at 07:38:01PM +0200, Guennadi Liakhovetski wrote: > A copy paste error created that format with the same one-line > description as Y8I and Y12I, whereas Z16 is quite different from them > both. > > Signed-off-by: Guennadi Liakhovetski Acked-by: Sakari Ailus -- Sakari Ailu

[PATCH] V4L: fix the Z16 format definition

2016-06-17 Thread Guennadi Liakhovetski
A copy paste error created that format with the same one-line description as Y8I and Y12I, whereas Z16 is quite different from them both. Signed-off-by: Guennadi Liakhovetski --- Documentation/DocBook/media/v4l/pixfmt-z16.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Do