Mercurial > libavcodec.hg
changeset 3655:8dbf728f3967 libavcodec
Spelling
author | kostya |
---|---|
date | Thu, 31 Aug 2006 04:42:13 +0000 |
parents | 565d9ddd8eb3 |
children | 1cc5bdadd487 |
files | vc1.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/vc1.c Thu Aug 31 04:39:27 2006 +0000 +++ b/vc1.c Thu Aug 31 04:42:13 2006 +0000 @@ -877,7 +877,7 @@ } if(s->flags & CODEC_FLAG_GRAY) return; - /* Chroma MC always uses qpel blilinear */ + /* Chroma MC always uses qpel bilinear */ uvdxy = ((uvmy & 3) << 2) | (uvmx & 3); if(!v->rnd){ dsp->put_qpel_pixels_tab[1][uvdxy](s->dest[1], srcU, s->uvlinesize); @@ -1080,7 +1080,7 @@ uvmy = uvmy + ((uvmy<0)?(uvmy&1):-(uvmy&1)); } - /* Chroma MC always uses qpel blilinear */ + /* Chroma MC always uses qpel bilinear */ uvdxy = ((uvmy & 3) << 2) | (uvmx & 3); if(!v->rnd){ dsp->put_qpel_pixels_tab[1][uvdxy](s->dest[1], srcU, s->uvlinesize);