diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-26 19:29:44 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-26 21:30:45 +0100 |
commit | 33e0eb510912e61db94f23b2b78442babff60104 (patch) | |
tree | cefc6fa98f8f64d91f392ca2e4476f533b8c04cb /libavfilter/video.h | |
parent | 011169cd41ec6004a61611a9efba0b6778d78ff6 (diff) | |
download | ffmpeg-33e0eb510912e61db94f23b2b78442babff60104.tar.gz |
lavfi/video: remove unused ff_inplace_start_frame().
Diffstat (limited to 'libavfilter/video.h')
-rw-r--r-- | libavfilter/video.h | 2 |
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. * |