diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-25 20:35:35 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-05-28 13:56:12 +0300 |
commit | c69765a2ccc66bd41f03470ba34899a16de9e2cb (patch) | |
tree | 3204a2ea6abef813f1b9098d1e268d35872628d6 /libavcodec | |
parent | b412f705b58ececaeef4ca904b89f00612ac129e (diff) | |
download | ffmpeg-c69765a2ccc66bd41f03470ba34899a16de9e2cb.tar.gz |
vc1dec: Fix doxy for vc1_mc_4mv_chroma4()
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/vc1dec.c | 2 |
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) { |