[FFmpeg-devel] [PATCH 3/6] Add description to the buffer source.

Stefano Sabatini stefano.sabatini-lala
Wed Jul 21 19:15:05 CEST 2010


On date Tuesday 2010-07-20 02:11:33 +0200, Stefano Sabatini encoded:
> ---
>  libavfilter/vsrc_buffer.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/libavfilter/vsrc_buffer.c b/libavfilter/vsrc_buffer.c
> index 08f25ed..3d53bee 100644
> --- a/libavfilter/vsrc_buffer.c
> +++ b/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, for later requests from the filter chain."),
>      .priv_size = sizeof(BufferSourceContext),
>      .query_formats = query_formats,

Applied with a minor variant.
-- 
FFmpeg = Fostering Formidable Mean Pitiless Erroneous Glue



More information about the ffmpeg-devel mailing list