summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/timecode.h2
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
};
/**