diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index fb0c5c288b96710200c8b54e9506c806e2280d1d..4f4ce5bbbd072811f90b932aad821c1b6e27c5fa 100644 --- a/libavcodec/vc1dec.c +++ b/libavcodec/vc1dec.c @@ -946,7 +946,7 @@ static void vc1_mc_4mv_chroma(VC1Context *v, int dir) } } -/** Do motion compensation for 4-MV field chroma macroblock (both U and V) +/** Do motion compensation for 4-MV interlaced frame chroma macroblock (both U and V) */ static void vc1_mc_4mv_chroma4(VC1Context *v) {