summaryrefslogtreecommitdiffstats
path: root/libmpdemux/muxer_mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/muxer_mpeg.c')
-rw-r--r--libmpdemux/muxer_mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/muxer_mpeg.c b/libmpdemux/muxer_mpeg.c
index f59b7b75bf..2b82d0a902 100644
--- a/libmpdemux/muxer_mpeg.c
+++ b/libmpdemux/muxer_mpeg.c
@@ -169,7 +169,7 @@ typedef struct {
int max_tr;
uint8_t id, is_mpeg12, telecine;
uint64_t vframes;
- uint64_t display_frame;
+ int64_t display_frame;
mp_mpeg_header_t picture;
int max_buffer_size;
buffer_track_t *buffer_track;