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

Message ID 1417058101-2798-1-git-send-email-josh.wu@atmel.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Josh Wu Nov. 27, 2014, 3:15 a.m. UTC
  SVGA height should be 600 not 680.

Reported-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Josh Wu <josh.wu@atmel.com>
---
Hi, Mauro

There a typo in my previous patch, so this patch is the fix for that.
Sorry for the incovenience.

Best Regards,
Josh Wu

 include/media/v4l2-image-sizes.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/include/media/v4l2-image-sizes.h b/include/media/v4l2-image-sizes.h
index c70c917..a07d7a6 100644
--- a/include/media/v4l2-image-sizes.h
+++ b/include/media/v4l2-image-sizes.h
@@ -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