]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
swr: move silence buffer to context to avoid per use malloc/free
[ffmpeg] / cmdutils.h
index 43cb6a09d99611678064d42cdfc4e4050bdf0645..71b6a2f87321f07f6c74cf2114bce52d3a2f1088 100644 (file)
@@ -123,7 +123,7 @@ double parse_number_or_die(const char *context, const char *numstr, int type,
  * not zero timestr is interpreted as a duration, otherwise as a
  * date
  *
- * @see parse_date()
+ * @see av_parse_time()
  */
 int64_t parse_time_or_die(const char *context, const char *timestr,
                           int is_duration);
@@ -305,7 +305,7 @@ int parse_optgroup(void *optctx, OptionGroup *g);
  */
 int split_commandline(OptionParseContext *octx, int argc, char *argv[],
                       const OptionDef *options,
-                      const OptionGroupDef *groups);
+                      const OptionGroupDef *groups, int nb_groups);
 
 /**
  * Free all allocated memory in an OptionParseContext.