Commit c4888316 authored by Jean First's avatar Jean First Committed by Michael Niedermayer

timecode: fix typo

Signed-off-by: 's avatarJean First <jeanfirst@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 5a840f63
...@@ -41,7 +41,7 @@ struct ff_timecode { ...@@ -41,7 +41,7 @@ struct ff_timecode {
char *str; ///< string following the hh:mm:ss[:;.]ff format char *str; ///< string following the hh:mm:ss[:;.]ff format
int start; ///< timecode frame start int start; ///< timecode frame start
int drop; ///< drop flag (1 if drop, else 0) int drop; ///< drop flag (1 if drop, else 0)
AVRational rate; ///< Frame rate in rationnal form AVRational rate; ///< Frame rate in rational form
}; };
/** /**
......
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