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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-25 23:53:21 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-26 00:06:30 +0400
commit5aca97e2471f0a64c93789a912d4284726bea47b (patch)
tree4feb23db8f1298f9e27f6e11e82ab9c2a91ea2ad /libavfilter
parentd7686b3e0f590e793cd0b2986015019023dc22c2 (diff)
vsink_buffer: add missing description
Diffstat (limited to 'libavfilter')
-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,