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, 0 insertions, 1 deletions
diff --git a/demux/packet.h b/demux/packet.h
index 92b0129934..9a99da116d 100644
--- a/demux/packet.h
+++ b/demux/packet.h
@@ -50,7 +50,6 @@ typedef struct demux_packet {
struct AVPacket *avpacket; // keep the buffer allocation and sidedata
uint64_t cum_pos; // demux.c internal: cumulative size until _start_ of pkt
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;