summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-12-10 20:16:57 +0100
committerAnton Khirnov <anton@khirnov.net>2011-12-10 22:02:28 +0100
commiteca06cbed9160a16f5e6c58302f1b9e2ff116283 (patch)
tree6ea56b18c578b4ffedeb0edcf907d106a3f7b7bd
parentfb42db7c39f075baf59e53168a11a9feb2222761 (diff)
downloadffmpeg-streaming-eca06cbed9160a16f5e6c58302f1b9e2ff116283.zip
ffmpeg-streaming-eca06cbed9160a16f5e6c58302f1b9e2ff116283.tar.gz
lavf doxy: add installed headers to groups.
-rw-r--r--libavformat/avformat.h6
-rw-r--r--libavformat/avio.h1
-rw-r--r--libavformat/version.h6
3 files changed, 13 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 2298d71..525f8ff 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -22,6 +22,12 @@
#define AVFORMAT_AVFORMAT_H
/**
+ * @file
+ * @ingroup libavf
+ * Main libavformat public API header
+ */
+
+/**
* @defgroup libavf I/O and Muxing/Demuxing Library
* @{
*
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 98880ba..dec2a5e 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -22,6 +22,7 @@
/**
* @file
+ * @ingroup lavf_io
* Buffered I/O operations
*/
diff --git a/libavformat/version.h b/libavformat/version.h
index ba1254f..7ba411c 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -21,6 +21,12 @@
#ifndef AVFORMAT_VERSION_H
#define AVFORMAT_VERSION_H
+/**
+ * @file
+ * @ingroup libavf
+ * Libavformat version macros
+ */
+
#include "libavutil/avutil.h"
#define LIBAVFORMAT_VERSION_MAJOR 53
OpenPOWER on IntegriCloud