comparison motion_est_template.c @ 7377:3f819263176e libavcodec

cosmetics: Fix two common typos: wont --> will not, lets --> let us.
author diego
date Thu, 24 Jul 2008 17:09:28 +0000
parents f03d29b6fefe
children e9d9d946f213
comparison
equal deleted inserted replaced
7376:5f3b62eaf6e5 7377:3f819263176e
22 /** 22 /**
23 * @file motion_est_template.c 23 * @file motion_est_template.c
24 * Motion estimation template. 24 * Motion estimation template.
25 */ 25 */
26 26
27 //lets hope gcc will remove the unused vars ...(gcc 3.2.2 seems to do it ...) 27 //Let us hope gcc will remove the unused vars ...(gcc 3.2.2 seems to do it ...)
28 #define LOAD_COMMON\ 28 #define LOAD_COMMON\
29 uint32_t av_unused * const score_map= c->score_map;\ 29 uint32_t av_unused * const score_map= c->score_map;\
30 const int av_unused xmin= c->xmin;\ 30 const int av_unused xmin= c->xmin;\
31 const int av_unused ymin= c->ymin;\ 31 const int av_unused ymin= c->ymin;\
32 const int av_unused xmax= c->xmax;\ 32 const int av_unused xmax= c->xmax;\