From 387af97a26105fce79e6a8726752cf183d40939e Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Thu, 15 Jul 2010 05:38:09 +0000 Subject: Initial cleanup for libwmapro. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27425 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwmapro/wma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs/libwmapro/wma.c') 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 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "avcodec.h" +//#include "avcodec.h" #include "wma.h" //#include "wmadata.h" @@ -74,7 +74,7 @@ static void init_coef_vlc(VLC *vlc, uint16_t **prun_table, *@param decode_flags codec compression features *@return log2 of the number of output samples per frame */ -int av_cold ff_wma_get_frame_len_bits(int sample_rate, int version, +int ff_wma_get_frame_len_bits(int sample_rate, int version, unsigned int decode_flags) { -- cgit v1.2.3