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 526c03713e..085fa26cff 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -38,6 +38,7 @@ struct demux_seek_range {
struct demux_reader_state {
bool eof, underrun, idle;
+ bool bof_cached, eof_cached;
double ts_duration;
double ts_reader; // approx. timerstamp of decoder position
double ts_end; // approx. timestamp of end of buffered range