[FFmpeg-devel] [PATCH 20/24] avcodec/libwavpackenc: add Doxy @file and group
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 03:41:47 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavcodec/libwavpackenc.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/libavcodec/libwavpackenc.c b/libavcodec/libwavpackenc.c
index 77d98a2..fea94d5 100644
--- a/libavcodec/libwavpackenc.c
+++ b/libavcodec/libwavpackenc.c
@@ -16,6 +16,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * Interface to libwavpack for WavPack encoding.
+ * @ingroup lavc_codec_wrappers
+ */
+
#include <wavpack/wavpack.h>
#include <string.h>
--
1.8.1.2
More information about the ffmpeg-devel
mailing list