summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2011-11-22 17:11:28 +0100
committerLuca Barbato <lu_zero@gentoo.org>2011-11-22 17:16:02 +0100
commite361b5089a5b782662eac92d4a76b12c6eaa11be (patch)
tree24ae9afbce958bbeeadc126461e792efb5765725 /libavformat
parente97e5a2e0244c2daa2d696cb69ee96a0e77e1eb1 (diff)
doxy: structure libavformat groups
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 33e820e4e1..5276af1c15 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.