Commit b5634e45 authored by Stefano Sabatini's avatar Stefano Sabatini

Add @file doxy.

Originally committed as revision 24364 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e4a28be6
/* /*
* Memory buffer source filter
* Copyright (c) 2008 Vitor Sessak * Copyright (c) 2008 Vitor Sessak
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
...@@ -19,6 +18,11 @@ ...@@ -19,6 +18,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/**
* @file
* memory buffer source filter
*/
#include "avfilter.h" #include "avfilter.h"
#include "vsrc_buffer.h" #include "vsrc_buffer.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment