mirror of https://git.ffmpeg.org/ffmpeg.git
vc1dec: fix doxy for vc1_mc_4mv_chroma4()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
2c5700c5e2
commit
5183365aeb
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue