[FFmpeg-devel] [PATCH 11/24] avcodec/libshine: add Doxy @file and groups
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 03:41:38 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavcodec/libshine.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/libavcodec/libshine.c b/libavcodec/libshine.c
index 48333bb..a5cdc0e 100644
--- a/libavcodec/libshine.c
+++ b/libavcodec/libshine.c
@@ -19,6 +19,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * Interface to libshine for fixed point mp3 encoding.
+ * @ingroup lavc_codec_wrappers
+ */
+
#include <shine/layer3.h>
#include "libavutil/intreadwrite.h"
--
1.8.1.2
More information about the ffmpeg-devel
mailing list