diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-21 17:14:08 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-21 17:14:08 +0000 |
commit | ce1f85362587d6121665e77c73271073d4ef9607 (patch) | |
tree | 16ddb788cf5b2c587e9da419c4bd849f78bc76d6 /libavfilter | |
parent | 262b6dbad9a66aecce498adb9b6b1c487e180ac6 (diff) | |
download | ffmpeg-ce1f85362587d6121665e77c73271073d4ef9607.tar.gz |
Add description to the buffer source.
Originally committed as revision 24384 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r-- | 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 08f25edfcc..d6b0b40616 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, and make them accessible to the filterchain."), .priv_size = sizeof(BufferSourceContext), .query_formats = query_formats, |