X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Ftinterlace.h;h=f52af13c9a4594f35845614f13562c35018cc1ab;hb=172b0e2e88832822632841e8e0d3794f974cbc93;hp=3b703e7b2141d9060c45e8708ef8412b162f9e44;hpb=0768aaec1d683226e613e692080a588359c31334;p=ffmpeg diff --git a/libavfilter/tinterlace.h b/libavfilter/tinterlace.h index 3b703e7b214..f52af13c9a4 100644 --- a/libavfilter/tinterlace.h +++ b/libavfilter/tinterlace.h @@ -54,7 +54,7 @@ typedef struct { uint8_t *black_data[4]; ///< buffer used to fill padded lines int black_linesize[4]; void (*lowpass_line)(uint8_t *dstp, ptrdiff_t width, const uint8_t *srcp, - const uint8_t *srcp_above, const uint8_t *srcp_below); + ptrdiff_t mref, ptrdiff_t pref); } TInterlaceContext; void ff_tinterlace_init_x86(TInterlaceContext *interlace);