summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-08-02 22:05:27 -0700
committerTimothy Gu <timothygu99@gmail.com>2016-08-02 22:15:25 -0700
commit58c7bf789f0b5c7345efdfe8313012835337efd6 (patch)
tree87d9ee19886b52033aaf65514cf36cd420ba6a9f /libavformat/avformat.h
parenta4d7a6d1dd51ad92a42bfc191b473b87ac9ec91b (diff)
doxygen: Standardize root-level modules
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 818184e5a8..b9fbb06560 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -28,8 +28,8 @@
*/
/**
- * @defgroup libavf I/O and Muxing/Demuxing Library
- * @{
+ * @defgroup libavf libavformat
+ * I/O and Muxing/Demuxing Library
*
* Libavformat (lavf) is a library for dealing with various media container
* formats. Its main two purposes are demuxing - i.e. splitting a media file
@@ -90,6 +90,8 @@
* both local and remote files, parts of them, concatenations of them, local
* audio and video devices and so on.
*
+ * @{
+ *
* @defgroup lavf_decoding Demuxing
* @{
* Demuxers read a media file and split it into chunks of data (@em packets). A