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

Michael Niedermayer git at videolan.org
Thu Apr 25 22:42:49 CEST 2013


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

vc1dec: fix doxy for vc1_mc_4mv_chroma4()

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c
index cbf45c7..3c29164 100644
--- a/libavcodec/vc1dec.c
+++ b/libavcodec/vc1dec.c
@@ -963,7 +963,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