diff options
author | Stefano Sabatini | 2011-06-25 21:53:21 +0200 |
---|---|---|
committer | Stefano Sabatini | 2011-06-25 22:06:30 +0200 |
commit | 5aca97e2471f0a64c93789a912d4284726bea47b (patch) | |
tree | 4feb23db8f1298f9e27f6e11e82ab9c2a91ea2ad | |
parent | d7686b3e0f590e793cd0b2986015019023dc22c2 (diff) |
vsink_buffer: add missing description
-rw-r--r-- | libavfilter/vsink_buffer.c | 1 |
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, |