[FFmpeg-devel] [PATCH 12/24] avcodec/libspeex*: add Doxy groups and @file
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 03:41:39 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavcodec/libspeexdec.c | 6 ++++++
libavcodec/libspeexenc.c | 2 ++
2 files changed, 8 insertions(+)
diff --git a/libavcodec/libspeexdec.c b/libavcodec/libspeexdec.c
index afe1176..59d841b 100644
--- a/libavcodec/libspeexdec.c
+++ b/libavcodec/libspeexdec.c
@@ -18,6 +18,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * libspeex Speex audio decoder
+ * @ingroup lavc_codec_wrappers
+ */
+
#include <speex/speex.h>
#include <speex/speex_header.h>
#include <speex/speex_stereo.h>
diff --git a/libavcodec/libspeexenc.c b/libavcodec/libspeexenc.c
index aba4618..11b903f 100644
--- a/libavcodec/libspeexenc.c
+++ b/libavcodec/libspeexenc.c
@@ -79,6 +79,8 @@
* DTX is an addition to VAD/VBR operation, that allows to stop transmitting
* completely when the background noise is stationary.
* In file-based operation only 5 bits are used for such frames.
+ *
+ * @ingroup lavc_codec_wrappers
*/
#include <speex/speex.h>
--
1.8.1.2
More information about the ffmpeg-devel
mailing list