summaryrefslogtreecommitdiffstats
path: root/demux/demux_packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux_packet.h')
-rw-r--r--demux/demux_packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/demux_packet.h b/demux/demux_packet.h
index d64291f4e0..db5d41402c 100644
--- a/demux/demux_packet.h
+++ b/demux/demux_packet.h
@@ -28,7 +28,7 @@ typedef struct demux_packet {
double pts;
double duration;
double stream_pts;
- off_t pos; // position in index (AVI) or file (MPG)
+ int64_t pos; // position in index (AVI) or file (MPG)
unsigned char *buffer;
bool keyframe;
int refcount; // counter for the master packet, if 0, buffer can be free()d