Commit 91d63156 authored by Josh Wu's avatar Josh Wu Committed by Mauro Carvalho Chehab

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

SVGA height should be 600 not 680.
Reported-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: default avatarJosh Wu <josh.wu@atmel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 5836b4c3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment