[FFmpeg-devel] [PATCH 22/24] avcodec/libxavs: add Doxy @file and group

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


Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 libavcodec/libxavs.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/libavcodec/libxavs.c b/libavcodec/libxavs.c
index f7b99e0..765b9dd 100644
--- a/libavcodec/libxavs.c
+++ b/libavcodec/libxavs.c
@@ -19,6 +19,12 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * Interface to libxavs for Chinese AVS encoding.
+ * @ingroup lavc_codec_wrappers
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list