Commit 7752a74a authored by benoit's avatar benoit

Typo

Patch by Stefano Sabatini stefano sabatini-lala poste it


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12877 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 639cd7fb
...@@ -51,7 +51,7 @@ double parse_number_or_die(const char *context, const char *numstr, int type, do ...@@ -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 * not zero \p timestr is interpreted as a duration, otherwise as a
* date * date
* *
* @see av_parse_date() * @see parse_date()
*/ */
int64_t parse_time_or_die(const char *context, const char *timestr, int is_duration); int64_t parse_time_or_die(const char *context, const char *timestr, int is_duration);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment