Mercurial > mplayer.hg
changeset 25457:0926055fe5b8
comment typo fixes
author | diego |
---|---|
date | Fri, 21 Dec 2007 11:47:09 +0000 |
parents | d7e586404846 |
children | 535b528a7242 |
files | libswscale/swscale.c libswscale/swscale_internal.h |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.c Fri Dec 21 11:46:58 2007 +0000 +++ b/libswscale/swscale.c Fri Dec 21 11:47:09 2007 +0000 @@ -2521,7 +2521,7 @@ } /** - * 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 @@ } /** - * 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[]){
--- a/libswscale/swscale_internal.h Fri Dec 21 11:46:58 2007 +0000 +++ b/libswscale/swscale_internal.h Fri Dec 21 11:47:09 2007 +0000 @@ -42,8 +42,8 @@ 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;