summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 24a08ecff4..9c9824658b 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -41,7 +41,7 @@ enum demux_ctrl {
};
struct demux_ctrl_reader_state {
- bool eof, underrun, idle;
+ bool eof, underrun, idle, seekable;
double ts_duration;
double ts_reader; // approx. timerstamp of decoder position
double ts_start; // approx. timestamp for the earliest packet buffered