1
0
Fork 0

[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>
hifive-unleashed-5.1
Josh Wu 2014-11-27 00:15:01 -03:00 committed by Mauro Carvalho Chehab
parent 5836b4c3ec
commit 91d63156c9
1 changed files with 1 additions and 1 deletions

View File

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