From 33e0eb510912e61db94f23b2b78442babff60104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Wed, 26 Dec 2012 19:29:44 +0100 Subject: lavfi/video: remove unused ff_inplace_start_frame(). --- libavfilter/video.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavfilter/video.h') diff --git a/libavfilter/video.h b/libavfilter/video.h index 4208944465..e7b9115ef5 100644 --- a/libavfilter/video.h +++ b/libavfilter/video.h @@ -42,8 +42,6 @@ AVFilterBufferRef *ff_null_get_video_buffer(AVFilterLink *link, int perms, int w AVFilterBufferRef *ff_get_video_buffer(AVFilterLink *link, int perms, int w, int h); -int ff_inplace_start_frame(AVFilterLink *link, AVFilterBufferRef *picref); - /** * Notify the next filter of the start of a frame. * -- cgit v1.2.3