Browse code

Add description to the buffer source.

Originally committed as revision 24384 to svn://svn.ffmpeg.org/ffmpeg/trunk

Stefano Sabatini authored on 2010/07/22 02:14:08
Showing 1 changed files
... ...
@@ -131,6 +131,7 @@ static int poll_frame(AVFilterLink *link)
131 131
 
132 132
 AVFilter avfilter_vsrc_buffer = {
133 133
     .name      = "buffer",
134
+    .description = NULL_IF_CONFIG_SMALL("Buffer video frames, and make them accessible to the filterchain."),
134 135
     .priv_size = sizeof(BufferSourceContext),
135 136
     .query_formats = query_formats,
136 137