[FFmpeg-soc] [soc]: r4027 - in wmapro: wma3.h wma3data.h wma3dec.c

faust3 subversion at mplayerhq.hu
Sun Feb 8 20:50:31 CET 2009


Author: faust3
Date: Sun Feb  8 20:50:31 2009
New Revision: 4027

Log:
prefix filenames in @file tags with their directory

Modified:
   wmapro/wma3.h
   wmapro/wma3data.h
   wmapro/wma3dec.c

Modified: wmapro/wma3.h
==============================================================================
--- wmapro/wma3.h	Sun Feb  8 20:44:30 2009	(r4026)
+++ wmapro/wma3.h	Sun Feb  8 20:50:31 2009	(r4027)
@@ -21,7 +21,7 @@
  */
 
 /**
- * @file wma3.h
+ * @file  libavcodec/wma3.h
  * @brief wmapro specific structs and defines
  */
 

Modified: wmapro/wma3data.h
==============================================================================
--- wmapro/wma3data.h	Sun Feb  8 20:44:30 2009	(r4026)
+++ wmapro/wma3data.h	Sun Feb  8 20:50:31 2009	(r4027)
@@ -21,7 +21,7 @@
  */
 
 /**
- * @file wma3data.h
+ * @file  libavcodec/wma3data.h
  * @brief tables for wmapro decoding
  */
 

Modified: wmapro/wma3dec.c
==============================================================================
--- wmapro/wma3dec.c	Sun Feb  8 20:44:30 2009	(r4026)
+++ wmapro/wma3dec.c	Sun Feb  8 20:50:31 2009	(r4027)
@@ -21,7 +21,7 @@
  */
 
 /**
- * @file wma3dec.c
+ * @file  libavcodec/wma3dec.c
  * @brief wmapro decoder implementation
  */
 



More information about the FFmpeg-soc mailing list