You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
fixing mem corruption
Originally committed as revision 1729 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -364,6 +364,8 @@ static void conv411(uint8_t *dst, int dst_wrap,
|
||||
int w, c;
|
||||
uint8_t *s1, *s2, *d;
|
||||
|
||||
width>>=1;
|
||||
|
||||
for(;height > 0; height--) {
|
||||
s1 = src;
|
||||
s2 = src + src_wrap;
|
||||
|
Reference in New Issue
Block a user