aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini2011-06-25 21:53:21 +0200
committerStefano Sabatini2011-06-25 22:06:30 +0200
commit5aca97e2471f0a64c93789a912d4284726bea47b (patch)
tree4feb23db8f1298f9e27f6e11e82ab9c2a91ea2ad
parentd7686b3e0f590e793cd0b2986015019023dc22c2 (diff)
vsink_buffer: add missing description
-rw-r--r--libavfilter/vsink_buffer.c1
1 files changed, 1 insertions, 0 deletions
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,