[FFmpeg-devel] [PATCH 2/5] timecode: fix typo

Jean First jeanfirst at gmail.com
Sat Jan 14 14:10:18 CET 2012


Signed-off-by: Jean First <jeanfirst at gmail.com>
---
 libavcodec/timecode.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/timecode.h b/libavcodec/timecode.h
index ee03fda..bcfb0fa 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
 };
 
 /**
-- 
1.7.8.3



More information about the ffmpeg-devel mailing list