doxy: introduce an empty structure in libavcodec
authorLuca Barbato <lu_zero@gentoo.org>
Sun, 20 Nov 2011 20:29:52 +0000 (21:29 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Tue, 22 Nov 2011 16:16:02 +0000 (17:16 +0100)
libavcodec/avcodec.h
libavutil/avutil.h

index 67bbdf8..dc794b0 100644 (file)
 #include "libavutil/rational.h"
 
 #include "libavcodec/version.h"
+/**
+ * @defgroup libavc Encoding/Decoding Library
+ * @{
+ *
+ * @defgroup lavc_decoding Decoding
+ * @{
+ * @}
+ *
+ * @defgroup lavc_encoding Encoding
+ * @{
+ * @}
+ *
+ * @defgroup lavc_codec Codecs
+ * @{
+ * @defgroup lavc_codec_native Native Codecs
+ * @{
+ * @}
+ * @defgroup lavc_codec_wrappers External library wrappers
+ * @{
+ * @}
+ * @defgroup lavc_codec_hwaccel Hardware Accelerators bridge
+ * @{
+ * @}
+ * @}
+ * @defgroup lavc_internal Internal
+ * @{
+ * @}
+ * @}
+ *
+ */
+
 
 /**
  * Identify the syntax and semantics of the bitstream.
index 659a10f..a1a9c38 100644 (file)
@@ -34,7 +34,7 @@
  * This document describe the usage of the different libraries
  * provided by Libav.
  *
- * @li @subpage libavcodec  encoding/decoding library
+ * @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 lavu "libavutil" common utility library