Browse code

Typo Patch by Stefano Sabatini stefano sabatini-lala poste it

Originally committed as revision 12877 to svn://svn.ffmpeg.org/ffmpeg/trunk

Stefano Sabatini authored on 2008/04/17 16:32:38
Showing 1 changed files
... ...
@@ -51,7 +51,7 @@ double parse_number_or_die(const char *context, const char *numstr, int type, do
51 51
  * not zero \p timestr is interpreted as a duration, otherwise as a
52 52
  * date
53 53
  *
54
- * @see av_parse_date()
54
+ * @see parse_date()
55 55
  */
56 56
 int64_t parse_time_or_die(const char *context, const char *timestr, int is_duration);
57 57