summaryrefslogtreecommitdiffstats
path: root/libass/ass_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_types.h')
-rw-r--r--libass/ass_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libass/ass_types.h b/libass/ass_types.h
index 8e742c2..e4cc222 100644
--- a/libass/ass_types.h
+++ b/libass/ass_types.h
@@ -196,13 +196,13 @@ typedef struct ass_event {
* happens regardless of the presence or value of a "YCbCr Matrix" header.
*
* The above mangling process with special value "None" to opt out
- * of any colour mangling is the recommended default behaviour.
+ * of any color mangling is the recommended default behaviour.
*
* Keep in mind though, that xy-VSFilter cannot accurately implement this and
* will instead resort to a guessing the video colorspace based on resolution
* and then convert RGB to the guessed space.
* Also some versions of MPC-HC's Internal Subtitle Renderer don't implement
- * "None" and use TV.601 for unknown, but the video colourspace for no or an
+ * "None" and use TV.601 for unknown, but the video colorspace for no or an
* empty header (which can break old subtitles).
*
* Aegisub's (the main application to produce ASS subtitle scripts) behaviour