[FFmpeg-devel] [PATCH 17/24] avcodec/libvo-*: add Doxy @file and group
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 03:41:44 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavcodec/libvo-aacenc.c | 6 ++++++
libavcodec/libvo-amrwbenc.c | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/libavcodec/libvo-aacenc.c b/libavcodec/libvo-aacenc.c
index 04f9902..f4439b9 100644
--- a/libavcodec/libvo-aacenc.c
+++ b/libavcodec/libvo-aacenc.c
@@ -19,6 +19,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * Interface to libvo-aacenc for AAC encoding.
+ * @ingroup lavc_codec_wrappers
+ */
+
#include <vo-aacenc/voAAC.h>
#include <vo-aacenc/cmnMemory.h>
diff --git a/libavcodec/libvo-amrwbenc.c b/libavcodec/libvo-amrwbenc.c
index 4216a41..67c34ec 100644
--- a/libavcodec/libvo-amrwbenc.c
+++ b/libavcodec/libvo-amrwbenc.c
@@ -19,6 +19,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * Interface to libvo-amrwbenc for AMR Wideband encoding.
+ * @ingroup lavc_codec_wrappers
+ */
+
#include <vo-amrwbenc/enc_if.h>
#include <stdio.h>
#include <stdlib.h>
--
1.8.1.2
More information about the ffmpeg-devel
mailing list