瀏覽代碼

[media] media: v4l2-image-sizes.h: correct the SVGA height definition

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>
Josh Wu 10 年之前
父節點
當前提交
91d63156c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/media/v4l2-image-sizes.h

+ 1 - 1
include/media/v4l2-image-sizes.h

@@ -26,7 +26,7 @@
 #define QVGA_HEIGHT	240
 #define QVGA_HEIGHT	240
 
 
 #define SVGA_WIDTH	800
 #define SVGA_WIDTH	800
-#define SVGA_HEIGHT	680
+#define SVGA_HEIGHT	600
 
 
 #define SXGA_WIDTH	1280
 #define SXGA_WIDTH	1280
 #define SXGA_HEIGHT	1024
 #define SXGA_HEIGHT	1024