From 5aca97e2471f0a64c93789a912d4284726bea47b Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 25 Jun 2011 21:53:21 +0200 Subject: [PATCH] vsink_buffer: add missing description --- libavfilter/vsink_buffer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vsink_buffer.c b/libavfilter/vsink_buffer.c index b5627b4f82..f8140b5e5a 100644 --- a/libavfilter/vsink_buffer.c +++ b/libavfilter/vsink_buffer.c @@ -96,6 +96,7 @@ int av_vsink_buffer_get_video_buffer_ref(AVFilterContext *ctx, AVFilter avfilter_vsink_buffersink = { .name = "buffersink", + .description = NULL_IF_CONFIG_SMALL("Buffer video frames, and make them available to the end of the filter graph."), .priv_size = sizeof(BufferSinkContext), .init = init, .uninit = uninit,