[Ffmpeg-cvslog] r6138 - trunk/libavcodec/vc1.c
kostya
subversion
Thu Aug 31 06:42:13 CEST 2006
Author: kostya
Date: Thu Aug 31 06:42:13 2006
New Revision: 6138
Modified:
trunk/libavcodec/vc1.c
Log:
Spelling
Modified: trunk/libavcodec/vc1.c
==============================================================================
--- trunk/libavcodec/vc1.c (original)
+++ trunk/libavcodec/vc1.c Thu Aug 31 06:42:13 2006
@@ -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);
More information about the ffmpeg-cvslog
mailing list