diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-04-17 07:32:38 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2008-04-17 07:32:38 +0000 |
commit | 748061de2f87e705b3e1250e9572b8ea16b73dc9 (patch) | |
tree | 975351e5b5a2bd793091d8d3adbf7947b1c2b6a7 /cmdutils.h | |
parent | 56cce5bbff0ca4ddee6282353e091949ac91f468 (diff) | |
download | ffmpeg-748061de2f87e705b3e1250e9572b8ea16b73dc9.tar.gz |
Typo
Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 12877 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 1e27d8fcc2..27d295fe81 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -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); |