summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 1b96aa48d1..e75d8d3161 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -442,6 +442,20 @@ int show_license(void *optctx, const char *opt, const char *arg);
int show_formats(void *optctx, const char *opt, const char *arg);
/**
+ * Print a listing containing all the muxers supported by the
+ * program (including devices).
+ * This option processing function does not utilize the arguments.
+ */
+int show_muxers(void *optctx, const char *opt, const char *arg);
+
+/**
+ * Print a listing containing all the demuxer supported by the
+ * program (including devices).
+ * This option processing function does not utilize the arguments.
+ */
+int show_demuxers(void *optctx, const char *opt, const char *arg);
+
+/**
* Print a listing containing all the devices supported by the
* program.
* This option processing function does not utilize the arguments.