diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2010-08-11 09:28:09 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2010-08-11 10:51:10 +0200 |
commit | a753dba7ed68896912f291f7ca01edb85a66db75 (patch) | |
tree | fc4e03efbbcfde0c876df896513cdfd387d22ef6 /options.h | |
parent | 74004e698ba7479d2cab0ecb5c2259d44072f6e0 (diff) |
Add a --get-format option
The option takes a pad name as argument and returns the active format
(and optional crop settings if available) for that pad.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ struct media_options const char *entity; const char *formats; const char *links; + const char *pad; }; extern struct media_options media_opts; |