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 25731d914a..0d1a6e6f03 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;
- int64_t pos; // position in index (AVI) or file (MPG)
+ int64_t pos; // position in source file byte stream
unsigned char *buffer;
bool keyframe;
struct demux_packet *next;