]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
Fixed-point LSP and LPC decoding routines for ACELP-based codecs
[ffmpeg] / cmdutils.h
index 1e27d8fcc2f549898623461fadd3ec9a48958f24..27d295fe81d15108eb8fc5d8ba78a217aff23159 100644 (file)
@@ -51,7 +51,7 @@ double parse_number_or_die(const char *context, const char *numstr, int type, do
  * not zero \p timestr is interpreted as a duration, otherwise as a
  * date
  *
- * @see av_parse_date()
+ * @see parse_date()
  */
 int64_t parse_time_or_die(const char *context, const char *timestr, int is_duration);