]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
avcodec/lossless_videodsp: fix output of add_hfyu_left_pred_int16_c()
[ffmpeg] / cmdutils.h
index 1b96aa48d11601546126d4a4734f4e5ab96c9db6..e75d8d3161f11186ab86e1d0c61f690210a17e8d 100644 (file)
@@ -441,6 +441,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.