From 207e6debf866ae4f8bdf864a5f389ef42660324d Mon Sep 17 00:00:00 2001 From: Thomas Mundt Date: Thu, 20 Apr 2017 23:26:59 +0200 Subject: avfilter/interlace: change lowpass_line function prototype Signed-off-by: Thomas Mundt Signed-off-by: Michael Niedermayer --- libavfilter/tinterlace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/tinterlace.h') diff --git a/libavfilter/tinterlace.h b/libavfilter/tinterlace.h index 3b703e7b21..f52af13c9a 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); -- cgit v1.2.3