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 f551e0c7f5..4d34b3d766 100644
--- a/demux/packet.h
+++ b/demux/packet.h
@@ -44,6 +44,7 @@ typedef struct demux_packet {
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
+ struct mp_packet_tags *metadata; // timed metadata (demux.c internal)
} demux_packet_t;
struct AVBufferRef;