summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-30 11:46:40 +0200
committerwm4 <wm4@nowhere>2014-04-30 11:46:40 +0200
commitdf8b99490ca15f0d55681a30bea8e81dd529ea12 (patch)
tree20201e8d93892f30a646d11515f2060a179dc563 /demux/demux.h
parentc78142a973827b9e6f9d8361c7a1e3d1050a5bfb (diff)
downloadmpv-df8b99490ca15f0d55681a30bea8e81dd529ea12.tar.bz2
mpv-df8b99490ca15f0d55681a30bea8e81dd529ea12.tar.xz
demux: add hack to get initial ICY info to be printed
Newly added metadata (such as the ICY title, sent some seconds after opening the stream) simply wasn't printed. This problem doesn't exist in git master. Fixes #753.
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 6f9437f2d3..0ef84c0c5f 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -170,6 +170,7 @@ typedef struct demuxer {
// File format allows PTS resets (even if the current file is without)
bool ts_resets_possible;
bool warned_queue_overflow;
+ bool initializing;
struct sh_stream **streams;
int num_streams;