diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-06-25 20:24:50 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-06-26 11:40:08 +0200 |
commit | 8dd0e87d7b9b17d613c646c396c7b7c1a6293111 (patch) | |
tree | 1bfab33ebed64db0f3442182504b0ad31cd0b760 /libavfilter/buffersink.h | |
parent | f054dbee6cc5195ba8f37823a494dab2d26e7cca (diff) | |
download | ffmpeg-8dd0e87d7b9b17d613c646c396c7b7c1a6293111.tar.gz |
lavfi: remove old video sink API
It was deprecated since a long time and removed after the 2->3 major
bump.
Diffstat (limited to 'libavfilter/buffersink.h')
-rw-r--r-- | libavfilter/buffersink.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libavfilter/buffersink.h b/libavfilter/buffersink.h index 97729bc7a9..93302e83c9 100644 --- a/libavfilter/buffersink.h +++ b/libavfilter/buffersink.h @@ -91,15 +91,6 @@ int av_buffersink_get_buffer_ref(AVFilterContext *buffer_sink, */ int av_buffersink_poll_frame(AVFilterContext *ctx); -#if FF_API_OLD_VSINK_API -/** - * @deprecated Use av_buffersink_get_buffer_ref() instead. - */ -attribute_deprecated -int av_vsink_buffer_get_video_buffer_ref(AVFilterContext *buffer_sink, - AVFilterBufferRef **picref, int flags); -#endif - /** * Get a buffer with filtered data from sink and put it in buf. * |