Browse code

timecode: fix typo

Signed-off-by: Jean First <jeanfirst@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Jean First authored on 2012/01/14 22:10:18
Showing 1 changed files
... ...
@@ -41,7 +41,7 @@ struct ff_timecode {
41 41
     char *str;       ///< string following the hh:mm:ss[:;.]ff format
42 42
     int start;       ///< timecode frame start
43 43
     int drop;        ///< drop flag (1 if drop, else 0)
44
-    AVRational rate; ///< Frame rate in rationnal form
44
+    AVRational rate; ///< Frame rate in rational form
45 45
 };
46 46
 
47 47
 /**