mirror of https://git.ffmpeg.org/ffmpeg.git
Add @file doxy.
Originally committed as revision 24364 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e4a28be67b
commit
b5634e458f
|
@ -1,5 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* 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 @@
|
||||||
* 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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue