[FFmpeg-cvslog] r28777 - trunk/libswscale/yuv2rgb_vis.c

rathann subversion
Sun Mar 1 12:43:56 CET 2009


Author: rathann
Date: Sun Mar  1 12:43:56 2009
New Revision: 28777

Log:
Fix typo in comments.

Modified:
   trunk/libswscale/yuv2rgb_vis.c

Modified: trunk/libswscale/yuv2rgb_vis.c
==============================================================================
--- trunk/libswscale/yuv2rgb_vis.c	Sun Mar  1 12:38:46 2009	(r28776)
+++ trunk/libswscale/yuv2rgb_vis.c	Sun Mar  1 12:43:56 2009	(r28777)
@@ -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 @@ static int vis_420P_ARGB32(SwsContext *c
   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;




More information about the ffmpeg-cvslog mailing list