[FFmpeg-devel] [PATCH 04/24] avcodec/libfdk-aac*: add Doxy group and @file
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 03:41:31 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavcodec/libfdk-aacdec.c | 6 ++++++
libavcodec/libfdk-aacenc.c | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/libavcodec/libfdk-aacdec.c b/libavcodec/libfdk-aacdec.c
index bc3802c..ecf7a5b 100644
--- a/libavcodec/libfdk-aacdec.c
+++ b/libavcodec/libfdk-aacdec.c
@@ -19,6 +19,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * Interface to libfdk-aac for AAC decoding.
+ * @ingroup lavc_codec_wrappers
+ */
+
#include <fdk-aac/aacdecoder_lib.h>
#include "libavutil/channel_layout.h"
diff --git a/libavcodec/libfdk-aacenc.c b/libavcodec/libfdk-aacenc.c
index 755b76f..663b3e1 100644
--- a/libavcodec/libfdk-aacenc.c
+++ b/libavcodec/libfdk-aacenc.c
@@ -19,6 +19,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * Interface to libfdk-aac for AAC encoding.
+ * @ingroup lavc_codec_wrappers
+ */
+
#include <fdk-aac/aacenc_lib.h>
#include "libavutil/channel_layout.h"
--
1.8.1.2
More information about the ffmpeg-devel
mailing list