From c0c0b19644eb60957294d6cc211c8f91c88afe35 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 27 Dec 2012 01:13:42 +0100 Subject: lavfi: remove some draw_slice related code that has become unneeded Reviewed-by: Nicolas George Signed-off-by: Michael Niedermayer --- libavfilter/internal.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libavfilter/internal.h') diff --git a/libavfilter/internal.h b/libavfilter/internal.h index d098156442..b3ef9902d3 100644 --- a/libavfilter/internal.h +++ b/libavfilter/internal.h @@ -127,16 +127,6 @@ struct AVFilterPad { */ int (*end_frame)(AVFilterLink *link); - /** - * Slice drawing callback. This is where a filter receives video data - * and should do its processing. - * - * Input video pads only. - * - * @return >= 0 on success, a negative AVERROR on error. - */ - int (*draw_slice)(AVFilterLink *link, int y, int height, int slice_dir); - /** * Filtering callback. This is where a filter receives a frame with * audio/video data and should do its processing. -- cgit v1.2.3