summaryrefslogtreecommitdiffstats
path: root/libswscale/yuv2rgb_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'libswscale/yuv2rgb_init.c')
-rw-r--r--libswscale/yuv2rgb_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/yuv2rgb_init.c b/libswscale/yuv2rgb_init.c
index 49872234db..1923f4e9b2 100644
--- a/libswscale/yuv2rgb_init.c
+++ b/libswscale/yuv2rgb_init.c
@@ -267,7 +267,7 @@ int yuv2rgb_c_init_tables(SwsContext *c, const int inv_table[4], int fullRange,
cbu= (cbu*224) / 255;
cgu= (cgu*224) / 255;
cgv= (cgv*224) / 255;
- //FIXME maybe its cleaner if the tables where based on full range (*244/255)
+ //FIXME maybe it is cleaner if the tables where based on full range (*244/255)
} else {
cy = ((1 << 16) * 255) / 219;
oy= 16 << 16;