Commit ce1f8536 authored by Stefano Sabatini's avatar Stefano Sabatini

Add description to the buffer source.

Originally committed as revision 24384 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 262b6dba
...@@ -131,6 +131,7 @@ static int poll_frame(AVFilterLink *link) ...@@ -131,6 +131,7 @@ static int poll_frame(AVFilterLink *link)
AVFilter avfilter_vsrc_buffer = { AVFilter avfilter_vsrc_buffer = {
.name = "buffer", .name = "buffer",
.description = NULL_IF_CONFIG_SMALL("Buffer video frames, and make them accessible to the filterchain."),
.priv_size = sizeof(BufferSourceContext), .priv_size = sizeof(BufferSourceContext),
.query_formats = query_formats, .query_formats = query_formats,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment