summaryrefslogtreecommitdiff
path: root/libswscale/yuv2rgb_init.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-13 17:48:15 +0000
committerDiego Biurrun <diego@biurrun.de>2007-06-13 17:48:15 +0000
commit86bdf3fd3de22e1ae9273f1d487ca5ed5118b81f (patch)
treee921ddf38f174d64dfb1560cbe59e1cdb75bb44c /libswscale/yuv2rgb_init.c
parent57870214ab18f309ed1bfaca091121b15f46dfac (diff)
misc spelling fixes
Originally committed as revision 23556 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
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;