vsink_buffer: add missing description

This commit is contained in:
Stefano Sabatini 2011-06-25 21:53:21 +02:00
parent d7686b3e0f
commit 5aca97e247
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ int av_vsink_buffer_get_video_buffer_ref(AVFilterContext *ctx,
AVFilter avfilter_vsink_buffersink = { AVFilter avfilter_vsink_buffersink = {
.name = "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), .priv_size = sizeof(BufferSinkContext),
.init = init, .init = init,
.uninit = uninit, .uninit = uninit,