From e3a3b764c8a98fbdca2e0e3677fdcf233169d666 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 6 Jul 2014 19:02:49 +0200 Subject: dvd: fix first subtitle with delayed subtitle streams This was accidentally broken with moving the DVD code to demux_disc.c. Also remove an abort() call meant for debugging. --- 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 3567e830c0..c59af6a2fa 100644 --- a/demux/demux.h +++ b/demux/demux.h @@ -184,6 +184,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 stream_select_default; // initial selection status of a new stream // Bitmask of DEMUX_EVENT_* int events; -- cgit v1.2.3