From 60df01512cf88d51b6334c95dab72de734f136fd Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Oct 2017 21:13:53 +0200 Subject: command: read the diff if you want to know --- demux/demux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demux/demux.h') 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 -- cgit v1.2.3