diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-25 20:35:35 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-25 22:39:19 +0200 |
commit | 5183365aeb9e9f60b0e02255c0c005b1fd99e089 (patch) | |
tree | ded2ac36d6b0f845f382fa2f349d46c289fc4478 /libavcodec/vc1dec.c | |
parent | 2c5700c5e2be392c54fc9777ab319d0bd34c5f00 (diff) | |
download | ffmpeg-5183365aeb9e9f60b0e02255c0c005b1fd99e089.tar.gz |
vc1dec: fix doxy for vc1_mc_4mv_chroma4()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vc1dec.c')
-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 cbf45c7341..3c29164a0b 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) { |