summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/wma.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/wma.c')
-rw-r--r--apps/codecs/libwmapro/wma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libwmapro/wma.c b/apps/codecs/libwmapro/wma.c
index 30fb9e022a..80f1907fd8 100644
--- a/apps/codecs/libwmapro/wma.c
+++ b/apps/codecs/libwmapro/wma.c
@@ -19,7 +19,7 @@
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22#include "avcodec.h" 22//#include "avcodec.h"
23#include "wma.h" 23#include "wma.h"
24//#include "wmadata.h" 24//#include "wmadata.h"
25 25
@@ -74,7 +74,7 @@ static void init_coef_vlc(VLC *vlc, uint16_t **prun_table,
74 *@param decode_flags codec compression features 74 *@param decode_flags codec compression features
75 *@return log2 of the number of output samples per frame 75 *@return log2 of the number of output samples per frame
76 */ 76 */
77int av_cold ff_wma_get_frame_len_bits(int sample_rate, int version, 77int ff_wma_get_frame_len_bits(int sample_rate, int version,
78 unsigned int decode_flags) 78 unsigned int decode_flags)
79{ 79{
80 80