Originally committed as revision 24364 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -1,5 +1,4 @@ |
| 1 | 1 |
/* |
| 2 |
- * Memory buffer source filter |
|
| 3 | 2 |
* Copyright (c) 2008 Vitor Sessak |
| 4 | 3 |
* |
| 5 | 4 |
* This file is part of FFmpeg. |
| ... | ... |
@@ -19,6 +18,11 @@ |
| 19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | 20 |
*/ |
| 21 | 21 |
|
| 22 |
+/** |
|
| 23 |
+ * @file |
|
| 24 |
+ * memory buffer source filter |
|
| 25 |
+ */ |
|
| 26 |
+ |
|
| 22 | 27 |
#include "avfilter.h" |
| 23 | 28 |
#include "vsrc_buffer.h" |
| 24 | 29 |
|