[FFmpeg-cvslog] timecode: fix typo
Jean First
git at videolan.org
Sat Jan 14 23:01:29 CET 2012
ffmpeg | branch: master | Jean First <jeanfirst at gmail.com> | Sat Jan 14 14:10:18 2012 +0100| [c48883163d6c7ff0806687bf3ee33ca9f8e7dede] | committer: Michael Niedermayer
timecode: fix typo
Signed-off-by: Jean First <jeanfirst at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c48883163d6c7ff0806687bf3ee33ca9f8e7dede
---
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
};
/**
More information about the ffmpeg-cvslog
mailing list