X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Finterlace.h;h=107c94fdb15cdfa6550809d107eb779fd56f36db;hb=d417e95af76c5303bd48fa9210bdecace091d656;hp=da073aeba3615f584c8c8096fdda8007a107086e;hpb=9bf3d8408937e101921b3a0090cd6ae116b0c41f;p=ffmpeg diff --git a/libavfilter/interlace.h b/libavfilter/interlace.h index da073aeba36..107c94fdb15 100644 --- a/libavfilter/interlace.h +++ b/libavfilter/interlace.h @@ -50,7 +50,7 @@ typedef struct InterlaceContext { int lowpass; // enable or disable low pass filtering AVFrame *cur, *next; // the two frames from which the new one is obtained void (*lowpass_line)(uint8_t *dstp, ptrdiff_t linesize, const uint8_t *srcp, - const uint8_t *srcp_above, const uint8_t *srcp_below); + ptrdiff_t mref, ptrdiff_t pref); } InterlaceContext; void ff_interlace_init_x86(InterlaceContext *interlace);