[FFmpeg-devel] [PATCH]lavf/decimate: Fix total difference for the first frame

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Jan 4 19:12:37 CET 2016


Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

> -            dm->queue[dm->fid].totdiff  = INT64_MAX;
> +            dm->queue[dm->fid].totdiff  = dm->scthresh;

This is not correct, I will try to find the actual issue.

Sorry, Carl Eugen



More information about the ffmpeg-devel mailing list