This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree:
Subject: [media] media: v4l2-image-sizes.h: correct the SVGA height definition Author: Josh Wu <[email protected]> Date: Thu Nov 27 00:15:01 2014 -0300 SVGA height should be 600 not 680. Reported-by: Sylwester Nawrocki <[email protected]> Signed-off-by: Josh Wu <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> include/media/v4l2-image-sizes.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=91d63156c9e6b4aa83297b19289e366e1fdcfad4 diff --git a/include/media/v4l2-image-sizes.h b/include/media/v4l2-image-sizes.h index c70c917..a07d7a6 100644 --- 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 680 +#define SVGA_HEIGHT 600 #define SXGA_WIDTH 1280 #define SXGA_HEIGHT 1024 _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
