Mercurial > libavcodec.hg
diff mpegvideo.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 | 778ecab25dd8 |
children | 211cca1e3f39 |
line wrap: on
line diff
--- a/mpegvideo.c Thu Jul 24 16:54:51 2008 +0000 +++ b/mpegvideo.c Thu Jul 24 17:09:28 2008 +0000 @@ -1396,7 +1396,7 @@ linesize = s->current_picture.linesize[0] << field_based; uvlinesize = s->current_picture.linesize[1] << field_based; - if(s->quarter_sample){ //FIXME obviously not perfect but qpel wont work in lowres anyway + if(s->quarter_sample){ //FIXME obviously not perfect but qpel will not work in lowres anyway motion_x/=2; motion_y/=2; }