Add description to the buffer source.

Originally committed as revision 24384 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Stefano Sabatini 15 years ago
parent 262b6dbad9
commit ce1f853625
  1. 1
      libavfilter/vsrc_buffer.c

@ -131,6 +131,7 @@ static int poll_frame(AVFilterLink *link)
AVFilter avfilter_vsrc_buffer = {
.name = "buffer",
.description = NULL_IF_CONFIG_SMALL("Buffer video frames, and make them accessible to the filterchain."),
.priv_size = sizeof(BufferSourceContext),
.query_formats = query_formats,

Loading…
Cancel
Save