]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
cosmetics : Print newline after error message.
[ffmpeg] / cmdutils.h
index 40bdea36d1e9e17bbdfc135fbd24c97d0f4862cb..9190a81fd95460cf913f4675e6a3d2dcc2f3df03 100644 (file)
@@ -55,6 +55,11 @@ int opt_default(const char *opt, const char *arg);
  */
 int opt_loglevel(const char *opt, const char *arg);
 
+/**
+ * Limit the execution time.
+ */
+int opt_timelimit(const char *opt, const char *arg);
+
 /**
  * Parses a string and returns its corresponding value as a double.
  * Exits from the application if the string cannot be correctly
@@ -183,6 +188,12 @@ void show_bsfs(void);
  */
 void show_protocols(void);
 
+/**
+ * Prints a listing containing all the pixel formats supported by the
+ * program.
+ */
+void show_pix_fmts(void);
+
 /**
  * Returns a positive value if reads from standard input a line
  * starting with [yY], otherwise returns 0.