X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmdutils.h;h=71b6a2f87321f07f6c74cf2114bce52d3a2f1088;hb=c79be51dfc807e8d17d2b0a28ee6143e18c63749;hp=f193132f0936b2baf0ed060186fd09413d167565;hpb=61904467458b16cf89530e2d0875f3786001dc11;p=ffmpeg diff --git a/cmdutils.h b/cmdutils.h index f193132f093..71b6a2f8732 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -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);