Commit 5183365a authored by Michael Niedermayer's avatar Michael Niedermayer

vc1dec: fix doxy for vc1_mc_4mv_chroma4()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2c5700c5
...@@ -963,7 +963,7 @@ static void vc1_mc_4mv_chroma(VC1Context *v, int dir) ...@@ -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) static void vc1_mc_4mv_chroma4(VC1Context *v)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment