[FFmpeg-cvslog] doxy: structure libavformat groups

Luca Barbato git at videolan.org
Wed Nov 23 04:14:17 CET 2011


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Tue Nov 22 17:11:28 2011 +0100| [e361b5089a5b782662eac92d4a76b12c6eaa11be] | committer: Luca Barbato

doxy: structure libavformat groups

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e361b5089a5b782662eac92d4a76b12c6eaa11be
---

 libavformat/avformat.h |   34 ++++++++++++++++++++++++++++++++++
 libavutil/avutil.h     |    2 +-
 2 files changed, 35 insertions(+), 1 deletions(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 33e820e..5276af1 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -21,6 +21,40 @@
 #ifndef AVFORMAT_AVFORMAT_H
 #define AVFORMAT_AVFORMAT_H
 
+/**
+ * @defgroup libavf I/O and Muxing/Demuxing Library
+ * @{
+ *
+ * @defgroup lavf_decoding Demuxing
+ * @{
+ * @}
+ *
+ * @defgroup lavf_encoding Muxing
+ * @{
+ * @}
+ *
+ * @defgroup lavf_proto I/O Read/Write
+ * @{
+ * @}
+ *
+ * @defgroup lavf_codec Demuxers
+ * @{
+ * @defgroup lavf_codec_native Native Demuxers
+ * @{
+ * @}
+ * @defgroup lavf_codec_wrappers External library wrappers
+ * @{
+ * @}
+ * @}
+ * @defgroup lavf_protos I/O Protocols
+ * @{
+ * @}
+ * @defgroup lavf_internal Internal
+ * @{
+ * @}
+ * @}
+ *
+ */
 
 /**
  * Return the LIBAVFORMAT_VERSION_INT constant.
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index a1a9c38..5381a41 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -36,7 +36,7 @@
  *
  * @li @ref libavc "libavcodec" encoding/decoding library
  * @li @subpage libavfilter graph based frame editing library
- * @li @subpage libavformat I/O and muxing/demuxing library
+ * @li @ref libavf "libavformat" I/O and muxing/demuxing library
  * @li @ref lavu "libavutil" common utility library
  * @li @subpage libpostproc post processing library
  * @li @subpage libswscale  color conversion and scaling library



More information about the ffmpeg-cvslog mailing list