[FFmpeg-devel] libavfilter/vsrc_testsrc : fix hang with testsrc2 and small size

Nicolas George george at nsup.org
Sat Oct 28 19:57:06 EEST 2017


Le septidi 7 brumaire, an CCXXVI, Martin Vignali a écrit :
> Don't know if there is a better way to fix it
> but if the variable stay unsigned
> this for loop create the problem
> for (y = ymin; y < ymax - 15; y += 16) {

Looks like a job for FFMAX or FFMIN to me.

Regards,

-- 
  Nicolas George


More information about the ffmpeg-devel mailing list