Browse Source

timecode: fix typo

Signed-off-by: Jean First <jeanfirst@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.10
Jean First Michael Niedermayer 13 years ago
parent
commit
c48883163d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/timecode.h

+ 1
- 1
libavcodec/timecode.h View File

@@ -41,7 +41,7 @@ struct ff_timecode {
char *str; ///< string following the hh:mm:ss[:;.]ff format
int start; ///< timecode frame start
int drop; ///< drop flag (1 if drop, else 0)
AVRational rate; ///< Frame rate in rationnal form
AVRational rate; ///< Frame rate in rational form
};

/**


Loading…
Cancel
Save