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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/demux_packet.h b/demux/demux_packet.h
index 39f10b9b74..25731d914a 100644
--- a/demux/demux_packet.h
+++ b/demux/demux_packet.h
@@ -32,6 +32,7 @@ typedef struct demux_packet {
unsigned char *buffer;
bool keyframe;
struct demux_packet *next;
+ void *allocation;
struct AVPacket *avpacket; // original libavformat packet (demux_lavf)
} demux_packet_t;