summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/demux.h b/demux/demux.h
index c2b8ce69c1..13500c0372 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -120,6 +120,7 @@ typedef struct demux_stream {
int pack_no; // serial number of packet
bool keyframe; // keyframe flag of current packet
//---------------
+ int fill_count; // number of unsuccessful tries to get a packet
int packs; // number of packets in buffer
int bytes; // total bytes of packets in buffer
demux_packet_t *first; // read to current buffer from here