X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Ftinterlace.h;h=f52af13c9a4594f35845614f13562c35018cc1ab;hb=e166fe2e1f0ae175a6b7f1f4b137c1366fd7f633;hp=3b703e7b2141d9060c45e8708ef8412b162f9e44;hpb=41b8b2ca286f4a4d21c2acaa52248ff33fa606c9;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);