comparison libswscale/swscale_internal.h @ 25457:0926055fe5b8

comment typo fixes
author diego
date Fri, 21 Dec 2007 11:47:09 +0000
parents c48b33da31d3
children afd429e00184
comparison
equal deleted inserted replaced
25456:d7e586404846 25457:0926055fe5b8
40 * info on struct for av_log 40 * info on struct for av_log
41 */ 41 */
42 AVClass *av_class; 42 AVClass *av_class;
43 43
44 /** 44 /**
45 * 45 * Note that src, dst, srcStride, dstStride will be copied in the
46 * Note the src,dst,srcStride,dstStride will be copied, in the sws_scale() warper so they can freely be modified here 46 * sws_scale() wrapper so they can be freely modified here.
47 */ 47 */
48 SwsFunc swScale; 48 SwsFunc swScale;
49 int srcW, srcH, dstH; 49 int srcW, srcH, dstH;
50 int chrSrcW, chrSrcH, chrDstW, chrDstH; 50 int chrSrcW, chrSrcH, chrDstW, chrDstH;
51 int lumXInc, chrXInc; 51 int lumXInc, chrXInc;