[FFmpeg-devel] [PATCH 18/24] avcodec/libvorbis*: add Doxy @file and group
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 03:41:45 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavcodec/libvorbisdec.c | 6 ++++++
libavcodec/libvorbisenc.c | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/libavcodec/libvorbisdec.c b/libavcodec/libvorbisdec.c
index b703b65..491d4ff 100644
--- a/libavcodec/libvorbisdec.c
+++ b/libavcodec/libvorbisdec.c
@@ -18,6 +18,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * Interface to libvorbis for Vorbis decoding.
+ * @ingroup lavc_codec_wrappers
+ */
+
#include <vorbis/vorbisenc.h>
#include "avcodec.h"
diff --git a/libavcodec/libvorbisenc.c b/libavcodec/libvorbisenc.c
index a2faac7..034a943 100644
--- a/libavcodec/libvorbisenc.c
+++ b/libavcodec/libvorbisenc.c
@@ -18,6 +18,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * Interface to libvorbis for Vorbis encoding.
+ * @ingroup lavc_codec_wrappers
+ */
+
#include <vorbis/vorbisenc.h>
#include "libavutil/avassert.h"
--
1.8.1.2
More information about the ffmpeg-devel
mailing list