From c69765a2ccc66bd41f03470ba34899a16de9e2cb Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Thu, 25 Apr 2013 20:35:35 +0200
Subject: [PATCH] vc1dec: Fix doxy for vc1_mc_4mv_chroma4()
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Martin Storsjö <martin@martin.st>
---
 libavcodec/vc1dec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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