[FFmpeg-soc] [soc]: r4020 - in wmapro: wma3.h wma3dec.c
faust3
subversion at mplayerhq.hu
Sun Feb 8 18:26:46 CET 2009
Author: faust3
Date: Sun Feb 8 18:26:45 2009
New Revision: 4020
Log:
added file doxygen tags
Modified:
wmapro/wma3.h
wmapro/wma3dec.c
Modified: wmapro/wma3.h
==============================================================================
--- wmapro/wma3.h Sat Feb 7 11:16:27 2009 (r4019)
+++ wmapro/wma3.h Sun Feb 8 18:26:45 2009 (r4020)
@@ -20,6 +20,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file wma3.h
+ * @brief wmapro specific structs and defines
+ */
+
#ifndef AVCODEC_WMA3_H
#define AVCODEC_WMA3_H
Modified: wmapro/wma3dec.c
==============================================================================
--- wmapro/wma3dec.c Sat Feb 7 11:16:27 2009 (r4019)
+++ wmapro/wma3dec.c Sun Feb 8 18:26:45 2009 (r4020)
@@ -20,6 +20,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file wma3dec.c
+ * @brief wmapro decoder implementation
+ */
+
#include "avcodec.h"
#include "bitstream.h"
#include "wma3.h"
More information about the FFmpeg-soc
mailing list