[FFmpeg-devel] [PATCH 07/24] avcodec/opencore-amr: add Doxy group and @file
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 03:41:34 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavcodec/libopencore-amr.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopencore-amr.c
index 75c467f..3948bfc 100644
--- a/libavcodec/libopencore-amr.c
+++ b/libavcodec/libopencore-amr.c
@@ -19,6 +19,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * Interface to libopencore-amr for AMR-NB decoding and encoding, and AMR-WB decoding.
+ * @ingroup lavc_codec_wrappers
+ */
+
#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
--
1.8.1.2
More information about the ffmpeg-devel
mailing list