summaryrefslogtreecommitdiffstats
path: root/demux/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/packet.h')
-rw-r--r--demux/packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/packet.h b/demux/packet.h
index 866a27dfb5..93a7f49cc9 100644
--- a/demux/packet.h
+++ b/demux/packet.h
@@ -43,6 +43,7 @@ typedef struct demux_packet {
// private
struct demux_packet *next;
struct AVPacket *avpacket; // keep the buffer allocation and sidedata
+ double kf_seek_pts; // demux.c internal: seek pts for keyframe range
} demux_packet_t;
struct demux_packet *new_demux_packet(size_t len);