diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-01-11 10:07:16 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-01-11 10:07:52 +0000 |
commit | 3ac85bebd51c868e675c4c0d4361e400609e6f15 (patch) | |
tree | 2e2b19bfab85e3978098e090b999f99c98f2d8a5 /cmdutils.h | |
parent | 23318a57358358e7a4dc551e830e4503f0638cfe (diff) | |
download | ffmpeg-3ac85bebd51c868e675c4c0d4361e400609e6f15.tar.gz |
lavf: remove nonexistent symbols
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.h b/cmdutils.h index f193132f09..71b6a2f873 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); |