diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-20 16:23:18 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-20 16:23:18 +0000 |
commit | b5634e458f76ec4dcbdfc2eb93dca8651e5b82f5 (patch) | |
tree | 96f70abb465e967e3edd00654725c97f08a98746 | |
parent | e4a28be67b14c96a513b37735e7bb2abe40aca20 (diff) | |
download | ffmpeg-b5634e458f76ec4dcbdfc2eb93dca8651e5b82f5.tar.gz |
Add @file doxy.
Originally committed as revision 24364 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavfilter/vsrc_buffer.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libavfilter/vsrc_buffer.c b/libavfilter/vsrc_buffer.c index 98f2e371f6..5b1ecce662 100644 --- a/libavfilter/vsrc_buffer.c +++ b/libavfilter/vsrc_buffer.c @@ -1,5 +1,4 @@ /* - * Memory buffer source filter * Copyright (c) 2008 Vitor Sessak * * This file is part of FFmpeg. @@ -19,6 +18,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * memory buffer source filter + */ + #include "avfilter.h" #include "vsrc_buffer.h" |