Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-26 22:29:44 +0400
committerClément Bœsch <ubitux@gmail.com>2012-12-27 00:30:45 +0400
commit33e0eb510912e61db94f23b2b78442babff60104 (patch)
treecefc6fa98f8f64d91f392ca2e4476f533b8c04cb /libavfilter/video.h
parent011169cd41ec6004a61611a9efba0b6778d78ff6 (diff)
lavfi/video: remove unused ff_inplace_start_frame().
Diffstat (limited to 'libavfilter/video.h')
-rw-r--r--libavfilter/video.h2
1 files changed, 0 insertions, 2 deletions
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.
*