On 1/3/2016 3:11 PM, Carl Eugen Hoyos wrote: > With the patch, the frame with the lowest diff is actually dropped > instead of the first frame that indicates a scene change without > the patch (iiuc).
Is this for all scene changes or just frame 0? If for all scene changes, ignore the lower comment. > - dm->queue[dm->fid].totdiff = INT64_MAX; > + dm->queue[dm->fid].totdiff = dm->scthresh; Upstream uses +1 here, but I'm not sure why: https://github.com/vapoursynth/vapoursynth/blob/master/src/filters/vivtc/vivtc.c#L1294 Any insights? - Derek _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel