[FFmpeg-soc] [soc]: r4589 - wmapro/wmaprodata.h
faust3
subversion at mplayerhq.hu
Sat Jul 4 12:11:08 CEST 2009
Author: faust3
Date: Sat Jul 4 12:11:08 2009
New Revision: 4589
Log:
update inclusion guards and comments after the filename change
Modified:
wmapro/wmaprodata.h
Modified: wmapro/wmaprodata.h
==============================================================================
--- wmapro/wmaprodata.h Sat Jul 4 12:06:43 2009 (r4588)
+++ wmapro/wmaprodata.h Sat Jul 4 12:11:08 2009 (r4589)
@@ -21,12 +21,12 @@
*/
/**
- * @file libavcodec/wma3data.h
+ * @file libavcodec/wmaprodata.h
* @brief tables for wmapro decoding
*/
-#ifndef AVCODEC_WMA3DATA_H
-#define AVCODEC_WMA3DATA_H
+#ifndef AVCODEC_WMAPRODATA_H
+#define AVCODEC_WMAPRODATA_H
/**
* @brief frequencies to divide the frequency spectrum into scale factor bands
@@ -598,4 +598,4 @@ static const float *default_decorrelatio
&default_decorrelation_matrices[55]
};
-#endif /* AVCODEC_WMA3DATA_H */
+#endif /* AVCODEC_WMAPRODATA_H */
More information about the FFmpeg-soc
mailing list