changeset 28742:28aa6d8a23ba

Fix typo in comments.
author rathann
date Sun, 01 Mar 2009 11:43:56 +0000
parents b6e1b6af8e99
children 19dbb8472162
files libswscale/yuv2rgb_vis.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/yuv2rgb_vis.c	Sun Mar 01 11:38:46 2009 +0000
+++ b/libswscale/yuv2rgb_vis.c	Sun Mar 01 11:43:56 2009 +0000
@@ -80,7 +80,7 @@
 
 
 
-// FIXME: must be changed to ste alpha to 255 instead of 0
+// FIXME: must be changed to set alpha to 255 instead of 0
 static int vis_420P_ARGB32(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,
                            int srcSliceH, uint8_t* dst[], int dstStride[]){
   int y, out1, out2, out3, out4, out5, out6;
@@ -132,7 +132,7 @@
   return srcSliceH;
 }
 
-// FIXME: must be changed to ste alpha to 255 instead of 0
+// FIXME: must be changed to set alpha to 255 instead of 0
 static int vis_422P_ARGB32(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,
                            int srcSliceH, uint8_t* dst[], int dstStride[]){
   int y, out1, out2, out3, out4, out5, out6;