mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
4mv bugfix
Originally committed as revision 702 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
985c513355
commit
f10bd870bf
@ -1715,9 +1715,9 @@ void ff_fix_long_p_mvs(MpegEncContext * s)
|
||||
s->mb_type[i] |= MB_TYPE_INTRA;
|
||||
}
|
||||
}
|
||||
xy+=2;
|
||||
i++;
|
||||
}
|
||||
xy+=2;
|
||||
i++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user