[MPlayer-cvslog] r25485 - in trunk/libswscale: swscale.c swscale_internal.h

diego subversion at mplayerhq.hu
Fri Dec 21 12:47:09 CET 2007


Author: diego
Date: Fri Dec 21 12:47:09 2007
New Revision: 25485

Log:
comment typo fixes


Modified:
   trunk/libswscale/swscale.c
   trunk/libswscale/swscale_internal.h

Modified: trunk/libswscale/swscale.c
==============================================================================
--- trunk/libswscale/swscale.c	(original)
+++ trunk/libswscale/swscale.c	Fri Dec 21 12:47:09 2007
@@ -2521,7 +2521,7 @@ SwsContext *sws_getContext(int srcW, int
 }
 
 /**
- * swscale warper, so we don't need to export the SwsContext.
+ * swscale wrapper, so we don't need to export the SwsContext.
  * assumes planar YUV to be in YUV order instead of YVU
  */
 int sws_scale(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,
@@ -2575,7 +2575,7 @@ int sws_scale(SwsContext *c, uint8_t* sr
 }
 
 /**
- * swscale warper, so we don't need to export the SwsContext
+ * swscale wrapper, so we don't need to export the SwsContext
  */
 int sws_scale_ordered(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,
                       int srcSliceH, uint8_t* dst[], int dstStride[]){

Modified: trunk/libswscale/swscale_internal.h
==============================================================================
--- trunk/libswscale/swscale_internal.h	(original)
+++ trunk/libswscale/swscale_internal.h	Fri Dec 21 12:47:09 2007
@@ -42,8 +42,8 @@ typedef struct SwsContext{
     AVClass *av_class;
 
     /**
-     *
-     * Note the src,dst,srcStride,dstStride will be copied, in the sws_scale() warper so they can freely be modified here
+     * Note that src, dst, srcStride, dstStride will be copied in the
+     * sws_scale() wrapper so they can be freely modified here.
      */
     SwsFunc swScale;
     int srcW, srcH, dstH;



More information about the MPlayer-cvslog mailing list