projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5836b4c
)
[media] media: v4l2-image-sizes.h: correct the SVGA height definition
author
Josh Wu
<josh.wu@atmel.com>
Thu, 27 Nov 2014 03:15:01 +0000
(
00:15
-0300)
committer
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Thu, 4 Dec 2014 15:56:56 +0000
(13:56 -0200)
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>
include/media/v4l2-image-sizes.h
patch
|
blob
|
blame
|
history
diff --git
a/include/media/v4l2-image-sizes.h
b/include/media/v4l2-image-sizes.h
index c70c917b97a899e9b21442e04133dd4b0547e911..a07d7a683bd9c542e601ca1fa2ac38c4bfeeb07a 100644
(file)
--- 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 6
8
0
+#define SVGA_HEIGHT 6
0
0
#define SXGA_WIDTH 1280
#define SXGA_HEIGHT 1024