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

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


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

diff --git a/libavcodec/libcelt_dec.c b/libavcodec/libcelt_dec.c
index 4e62fe5..e797576 100644
--- a/libavcodec/libcelt_dec.c
+++ b/libavcodec/libcelt_dec.c
@@ -19,6 +19,12 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * Interface to libcelt for CELT decoding.
+ * @ingroup lavc_codec_wrappers
+ */
+
 #include <celt/celt.h>
 #include <celt/celt_header.h>
 #include "avcodec.h"
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list