summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/audio_dec/xine_faad_decoder.c2
1 files changed, 1 insertions, 1 deletions
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;