[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>
This commit is contained in:
parent
5836b4c3ec
commit
91d63156c9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue