Browse code

vsrc_buffer.h: add file doxy

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net>

Stefano Sabatini authored on 2011/04/11 18:29:35
Showing 1 changed files
... ...
@@ -22,6 +22,11 @@
22 22
 #ifndef AVFILTER_VSRC_BUFFER_H
23 23
 #define AVFILTER_VSRC_BUFFER_H
24 24
 
25
+/**
26
+ * @file
27
+ * memory buffer source API for video
28
+ */
29
+
25 30
 #include "libavcodec/avcodec.h" /* AVFrame */
26 31
 #include "avfilter.h"
27 32