[FFmpeg-cvslog] vsink_buffer: add missing description

Stefano Sabatini git at videolan.org
Sat Jun 25 22:14:18 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Sat Jun 25 21:53:21 2011 +0200| [5aca97e2471f0a64c93789a912d4284726bea47b] | committer: Stefano Sabatini

vsink_buffer: add missing description

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5aca97e2471f0a64c93789a912d4284726bea47b
---

 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 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,



More information about the ffmpeg-cvslog mailing list