]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / cmdutils.h
index 586cff6c5fa1c8a641e7eaece39472b200ee038d..005697e7c5f91c05fcb9e2c1775f37481e39290f 100644 (file)
@@ -289,6 +289,12 @@ int opt_protocols(const char *opt, const char *arg);
  */
 int opt_pix_fmts(const char *opt, const char *arg);
 
+/**
+ * Print a listing containing all the sample formats supported by the
+ * program.
+ */
+int show_sample_fmts(const char *opt, const char *arg);
+
 /**
  * Return a positive value if a line read from standard input
  * starts with [yY], otherwise return 0.