summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 826f00092f..efc8d02602 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -158,6 +158,24 @@ void show_license(void);
void show_formats(void);
/**
+ * Prints a listing containing all the codecs supported by the
+ * program.
+ */
+void show_codecs(void);
+
+/**
+ * Prints a listing containing all the bit stream filters supported by the
+ * program.
+ */
+void show_bsfs(void);
+
+/**
+ * Prints a listing containing all the protocols supported by the
+ * program.
+ */
+void show_protocols(void);
+
+/**
* Returns a positive value if reads from standard input a line
* starting with [yY], otherwise returns 0.
*/