summaryrefslogtreecommitdiffstats
path: root/libavfilter
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-25 21:53:21 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-25 22:06:30 +0200
commit5aca97e2471f0a64c93789a912d4284726bea47b (patch)
tree4feb23db8f1298f9e27f6e11e82ab9c2a91ea2ad /libavfilter
parentd7686b3e0f590e793cd0b2986015019023dc22c2 (diff)
downloadffmpeg-streaming-5aca97e2471f0a64c93789a912d4284726bea47b.zip
ffmpeg-streaming-5aca97e2471f0a64c93789a912d4284726bea47b.tar.gz
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 b5627b4..f8140b5 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,
OpenPOWER on IntegriCloud