[FFmpeg-cvslog] vc1dec: Fix doxy for vc1_mc_4mv_chroma4()

Michael Niedermayer git at videolan.org
Wed May 29 03:36:21 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Apr 25 20:35:35 2013 +0200| [c69765a2ccc66bd41f03470ba34899a16de9e2cb] | committer: Martin Storsjö

vc1dec: Fix doxy for vc1_mc_4mv_chroma4()

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c69765a2ccc66bd41f03470ba34899a16de9e2cb
---

 libavcodec/vc1dec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c
index fb0c5c2..4f4ce5b 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)
 {



More information about the ffmpeg-cvslog mailing list