Browse Source

Typo

Patch by Stefano Sabatini stefano sabatini-lala poste it

Originally committed as revision 12877 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Stefano Sabatini Benoit Fouet 17 years ago
parent
commit
748061de2f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmdutils.h

+ 1
- 1
cmdutils.h View 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);



Loading…
Cancel
Save