]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
ffplay: force video refresh if the window is resized or damaged
[ffmpeg] / cmdutils.h
index 35bef38002997a9f391a0123405545b15c6ebded..26cd96a131cbf6d238b1d86b1b1e14cbd448ee4e 100644 (file)
@@ -85,6 +85,8 @@ int opt_report(const char *opt);
 
 int opt_max_alloc(const char *opt, const char *arg);
 
+int opt_cpuflags(const char *opt, const char *arg);
+
 int opt_codec_debug(const char *opt, const char *arg);
 
 /**
@@ -204,6 +206,12 @@ int parse_option(void *optctx, const char *opt, const char *arg,
  */
 void parse_loglevel(int argc, char **argv, const OptionDef *options);
 
+/**
+ * Return index of option opt in argv or 0 if not found.
+ */
+int locate_option(int argc, char **argv, const OptionDef *options,
+                  const char *optname);
+
 /**
  * Check if the given stream matches a stream specifier.
  *