Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Josh Wu and committed by
Mauro Carvalho Chehab
91d63156 5836b4c3

+1 -1
+1 -1
include/media/v4l2-image-sizes.h
··· 26 26 #define QVGA_HEIGHT 240 27 27 28 28 #define SVGA_WIDTH 800 29 - #define SVGA_HEIGHT 680 29 + #define SVGA_HEIGHT 600 30 30 31 31 #define SXGA_WIDTH 1280 32 32 #define SXGA_HEIGHT 1024