v4l2-ctl: --all should also show multiplanar formats.
authorHans Verkuil <hans.verkuil@cisco.com>
Tue, 11 Feb 2014 07:23:28 +0000 (08:23 +0100)
committerHans Verkuil <hans.verkuil@cisco.com>
Tue, 11 Feb 2014 07:26:03 +0000 (08:26 +0100)
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
utils/v4l2-ctl/v4l2-ctl.cpp

index c64c2fe..de92936 100644 (file)
@@ -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;