[FFmpeg-cvslog] doxy: Add AVFrame to the structured modules
Luca Barbato
git at videolan.org
Fri Jan 17 15:05:11 CET 2014
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Thu Jan 16 01:04:35 2014 +0100| [ff23c4e4935e96e62d8ff2212a1955a43add88e1] | committer: Luca Barbato
doxy: Add AVFrame to the structured modules
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ff23c4e4935e96e62d8ff2212a1955a43add88e1
---
libavutil/frame.h | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/libavutil/frame.h b/libavutil/frame.h
index 07d87e3..e3a6b0f 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -17,6 +17,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * @ingroup lavu_frame
+ * reference-counted frame API
+ */
+
#ifndef AVUTIL_FRAME_H
#define AVUTIL_FRAME_H
@@ -29,6 +35,15 @@
#include "samplefmt.h"
#include "version.h"
+
+/**
+ * @defgroup lavu_frame AVFrame
+ * @ingroup lavu_data
+ *
+ * @{
+ * AVFrame is an abstraction for reference-counted raw multimedia data.
+ */
+
enum AVFrameSideDataType {
/**
* The data is the AVPanScan struct defined in libavcodec.
@@ -515,4 +530,8 @@ AVFrameSideData *av_frame_new_side_data(AVFrame *frame,
AVFrameSideData *av_frame_get_side_data(const AVFrame *frame,
enum AVFrameSideDataType type);
+/**
+ * @}
+ */
+
#endif /* AVUTIL_FRAME_H */
More information about the ffmpeg-cvslog
mailing list