From df8b99490ca15f0d55681a30bea8e81dd529ea12 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 30 Apr 2014 11:46:40 +0200 Subject: 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. --- 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 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; -- cgit v1.2.3