From: Hans Verkuil Date: Tue, 11 Feb 2014 07:23:28 +0000 (+0100) Subject: v4l2-ctl: --all should also show multiplanar formats. X-Git-Tag: v4l-utils-1.2.0~225 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10f356627c7d04258bf162a51237545f90fea2d2;p=platform%2Fupstream%2Fv4l-utils.git v4l2-ctl: --all should also show multiplanar formats. Signed-off-by: Hans Verkuil --- 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;