[media] media: v4l2-image-sizes.h: correct the SVGA height definition
authorJosh Wu <josh.wu@atmel.com>
Thu, 27 Nov 2014 03:15:01 +0000 (00:15 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 4 Dec 2014 15:56:56 +0000 (13:56 -0200)
SVGA height should be 600 not 680.

Reported-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
include/media/v4l2-image-sizes.h

index c70c917b97a899e9b21442e04133dd4b0547e911..a07d7a683bd9c542e601ca1fa2ac38c4bfeeb07a 100644 (file)
@@ -26,7 +26,7 @@
 #define QVGA_HEIGHT    240
 
 #define SVGA_WIDTH     800
-#define SVGA_HEIGHT    680
+#define SVGA_HEIGHT    600
 
 #define SXGA_WIDTH     1280
 #define SXGA_HEIGHT    1024
This page took 0.025481 seconds and 5 git commands to generate.