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 0d1a6e6f03..f12ffc9a00 100644
--- a/demux/demux_packet.h
+++ b/demux/demux_packet.h
@@ -31,6 +31,7 @@ typedef struct demux_packet {
int64_t pos; // position in source file byte stream
unsigned char *buffer;
bool keyframe;
+ int stream; // source stream index
struct demux_packet *next;
void *allocation;
struct AVPacket *avpacket; // original libavformat packet (demux_lavf)