You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
4mv bugfix
Originally committed as revision 702 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1715,13 +1715,13 @@ void ff_fix_long_p_mvs(MpegEncContext * s)
|
|||||||
s->mb_type[i] |= MB_TYPE_INTRA;
|
s->mb_type[i] |= MB_TYPE_INTRA;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
xy+=2;
|
xy+=2;
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
void ff_fix_long_b_mvs(MpegEncContext * s, int16_t (*mv_table)[2], int f_code, int type)
|
void ff_fix_long_b_mvs(MpegEncContext * s, int16_t (*mv_table)[2], int f_code, int type)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user