summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-25 20:35:35 +0200
committerMartin Storsjö <martin@martin.st>2013-05-28 13:56:12 +0300
commitc69765a2ccc66bd41f03470ba34899a16de9e2cb (patch)
tree3204a2ea6abef813f1b9098d1e268d35872628d6 /libavcodec/vc1dec.c
parentb412f705b58ececaeef4ca904b89f00612ac129e (diff)
vc1dec: Fix doxy for vc1_mc_4mv_chroma4()
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/vc1dec.c')
-rw-r--r--libavcodec/vc1dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c
index fb0c5c288b..4f4ce5bbbd 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)
{