]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
ptx: check for out of bound reads
[ffmpeg] / cmdutils.h
index dc194868340651fc21f18a923aedbc7d4f9de281..a20b779f1a02f3db712add66ccc7be095fad9c56 100644 (file)
@@ -174,6 +174,11 @@ void parse_options(void *optctx, int argc, char **argv, const OptionDef *options
  */
 int parse_option(void *optctx, const char *opt, const char *arg, const OptionDef *options);
 
+/**
+ * Find the '-loglevel' option in the commandline args and apply it.
+ */
+void parse_loglevel(int argc, char **argv, const OptionDef *options);
+
 /**
  * Check if the given stream matches a stream specifier.
  *