vc1dec: Fix doxy for vc1_mc_4mv_chroma4()
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 25 Apr 2013 18:35:35 +0000 (20:35 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 28 May 2013 10:56:12 +0000 (13:56 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/vc1dec.c

index fb0c5c2..4f4ce5b 100644 (file)
@@ -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)
 {