summaryrefslogtreecommitdiff
path: root/src/audio_dec
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio_dec')
-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 cd58771e7..be495ee8f 100644
--- a/src/audio_dec/xine_faad_decoder.c
+++ b/src/audio_dec/xine_faad_decoder.c
@@ -71,7 +71,7 @@ typedef struct faad_decoder_s {
int size;
int rec_audio_src_size;
int max_audio_src_size;
- int pts;
+ int64_t pts;
unsigned char *dec_config;
int dec_config_size;