X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fframerate.h;h=8048dfa36a6eb424ab8981616c3606cd4f4bc7fa;hb=8cc5107705e9d5758702075ad8f0473063f7f740;hp=a42d5af68a2930ccaec7f2c2e2362c122d0069af;hpb=b656fa710a34ec7c3b192c38344a2c470ff2eaf5;p=ffmpeg diff --git a/libavfilter/framerate.h b/libavfilter/framerate.h index a42d5af68a2..8048dfa36a6 100644 --- a/libavfilter/framerate.h +++ b/libavfilter/framerate.h @@ -19,7 +19,7 @@ #ifndef AVFILTER_FRAMERATE_H #define AVFILTER_FRAMERATE_H -#include "libavutil/pixelutils.h" +#include "scene_sad.h" #include "avfilter.h" #define BLEND_FUNC_PARAMS const uint8_t *src1, ptrdiff_t src1_linesize, \ @@ -48,7 +48,7 @@ typedef struct FrameRateContext { AVRational srce_time_base; ///< timebase of source AVRational dest_time_base; ///< timebase of destination - av_pixelutils_sad_fn sad; ///< Sum of the absolute difference function (scene detect only) + ff_scene_sad_fn sad; ///< Sum of the absolute difference function (scene detect only) double prev_mafd; ///< previous MAFD (scene detect only) int blend_factor_max;