]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
j2kenc: Update ff_j2k_init_component() arguments
[ffmpeg] / cmdutils.h
index 005697e7c5f91c05fcb9e2c1775f37481e39290f..85b6c55835a57c47baf6d4877511967d76fc29bd 100644 (file)
@@ -178,6 +178,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.
  *