Browse code

Add @file doxy.

Originally committed as revision 24364 to svn://svn.ffmpeg.org/ffmpeg/trunk

Stefano Sabatini authored on 2010/07/21 01:23:18
Showing 1 changed files
... ...
@@ -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