summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h
index fc36331cb1..e3638a97fe 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -360,6 +360,13 @@ int show_protocols(const char *opt, const char *arg);
int show_pix_fmts(const char *opt, const char *arg);
/**
+ * Print a listing containing all the standard channel layouts supported by
+ * the program.
+ * This option processing function does not utilize the arguments.
+ */
+int show_layouts(const char *opt, const char *arg);
+
+/**
* Print a listing containing all the sample formats supported by the
* program.
*/