This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-utils.git tree:

Subject: v4l2-ctl: --all should also show multiplanar formats.
Author:  Hans Verkuil <hans.verk...@cisco.com>
Date:    Tue Feb 11 08:23:28 2014 +0100

Signed-off-by: Hans Verkuil <hans.verk...@cisco.com>

 utils/v4l2-ctl/v4l2-ctl.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=10f356627c7d04258bf162a51237545f90fea2d2

diff --git a/utils/v4l2-ctl/v4l2-ctl.cpp b/utils/v4l2-ctl/v4l2-ctl.cpp
index c64c2fe..de92936 100644
--- a/utils/v4l2-ctl/v4l2-ctl.cpp
+++ b/utils/v4l2-ctl/v4l2-ctl.cpp
@@ -902,8 +902,10 @@ int main(int argc, char **argv)
 
        if (options[OptAll]) {
                options[OptGetVideoFormat] = 1;
+               options[OptGetVideoMplaneFormat] = 1;
                options[OptGetCrop] = 1;
                options[OptGetVideoOutFormat] = 1;
+               options[OptGetVideoOutMplaneFormat] = 1;
                options[OptGetDriverInfo] = 1;
                options[OptGetInput] = 1;
                options[OptGetOutput] = 1;

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to