summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 1d237b56aa..d22dcbf773 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -298,7 +298,19 @@ int opt_formats(const char *opt, const char *arg);
* program.
* This option processing function does not utilize the arguments.
*/
-int opt_codecs(const char *opt, const char *arg);
+int show_codecs(const char *opt, const char *arg);
+
+/**
+ * Print a listing containing all the decoders supported by the
+ * program.
+ */
+int show_decoders(const char *opt, const char *arg);
+
+/**
+ * Print a listing containing all the encoders supported by the
+ * program.
+ */
+int show_encoders(const char *opt, const char *arg);
/**
* Print a listing containing all the filters supported by the