From 97a52da44fc0f360f61e1c0f0ea6256622776ffd Mon Sep 17 00:00:00 2001 From: Torsten Jager Date: Sat, 19 Apr 2014 14:47:45 +0200 Subject: libfaad: silence some warnings. --- src/audio_dec/xine_faad_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/audio_dec/xine_faad_decoder.c b/src/audio_dec/xine_faad_decoder.c index 61abed51c..c2d24233c 100644 --- a/src/audio_dec/xine_faad_decoder.c +++ b/src/audio_dec/xine_faad_decoder.c @@ -76,7 +76,7 @@ typedef struct faad_decoder_s { unsigned char *dec_config; int dec_config_size; - unsigned long rate; + uint32_t rate; int bits_per_sample; unsigned char num_channels; int sbr; -- cgit v1.2.3