diff options
author | Jean First <jeanfirst@gmail.com> | 2012-01-14 14:10:18 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-14 22:58:19 +0100 |
commit | c48883163d6c7ff0806687bf3ee33ca9f8e7dede (patch) | |
tree | 4c2eb29e7787cf7c48efe85a2556e0161caf658f /libavcodec/timecode.h | |
parent | 5a840f636491fa52a003fb8f674f6db39d5edd66 (diff) | |
download | ffmpeg-c48883163d6c7ff0806687bf3ee33ca9f8e7dede.tar.gz |
timecode: fix typo
Signed-off-by: Jean First <jeanfirst@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/timecode.h')
-rw-r--r-- | libavcodec/timecode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/timecode.h b/libavcodec/timecode.h index ee03fdab7f..bcfb0fa834 100644 --- a/libavcodec/timecode.h +++ b/libavcodec/timecode.h @@ -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 }; /** |