From a3991078bde2266184fa3eb71b0e6228975f55db Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 17 May 2019 22:28:12 +0200 Subject: demux, command: export bof/eof flags Export these flags with demuxer-cache-state. Useful for debugging, but any client API users could also make use of it. --- demux/demux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'demux/demux.h') 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 -- cgit v1.2.3