From ee653b8a26dcd7b89de046fa6a13baa1c6ca7c27 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 20 Feb 2015 22:08:02 +0100 Subject: demux: timeline: honor quit requests --- demux/timeline.h | 1 + 1 file changed, 1 insertion(+) (limited to 'demux/timeline.h') diff --git a/demux/timeline.h b/demux/timeline.h index e4d6f67953..edc6a2f7ae 100644 --- a/demux/timeline.h +++ b/demux/timeline.h @@ -10,6 +10,7 @@ struct timeline_part { struct timeline { struct mpv_global *global; struct mp_log *log; + struct mp_cancel *cancel; // main source struct demuxer *demuxer; -- cgit v1.2.3