[FFmpeg-devel] [PATCH 19/24] avcodec/libvpx*: add Doxy group

Timothy Gu timothygu99 at gmail.com
Sat Nov 2 03:41:46 CET 2013


Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 libavcodec/libvpxdec.c | 1 +
 libavcodec/libvpxenc.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/libavcodec/libvpxdec.c b/libavcodec/libvpxdec.c
index 897a68b..ed7f6f6 100644
--- a/libavcodec/libvpxdec.c
+++ b/libavcodec/libvpxdec.c
@@ -21,6 +21,7 @@
 /**
  * @file
  * VP8 decoder support via libvpx
+ * @ingroup lavc_codec_wrappers
  */
 
 #define VPX_CODEC_DISABLE_COMPAT 1
diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c
index 8ebf052..784239e 100644
--- a/libavcodec/libvpxenc.c
+++ b/libavcodec/libvpxenc.c
@@ -21,6 +21,7 @@
 /**
  * @file
  * VP8 encoder support via libvpx
+ * @ingroup lavc_codec_wrappers
  */
 
 #define VPX_DISABLE_CTRL_TYPECHECKS 1
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list