From 56b69633dd52bd2a2dd1a58207d505af41d2cd2f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 21 Dec 2007 11:47:09 +0000 Subject: comment typo fixes Originally committed as revision 25485 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 6f15fc133f..96ec78c48e 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -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; -- cgit v1.2.3