From ad18a33f5876be0c791bc394348a8333c50317b5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 7 Jan 2012 18:16:12 +0100 Subject: core: remove EDL muting I'm not sure what's the point of this feature. Aside from that, the EDL code is relatively buggy anyway, and I see no reason why such an obscure feature should be left in, if it possibly causes bugs. --- mp_core.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'mp_core.h') diff --git a/mp_core.h b/mp_core.h index 8b36465c5f..cef398dea2 100644 --- a/mp_core.h +++ b/mp_core.h @@ -187,9 +187,6 @@ typedef struct MPContext { double last_chapter_pts; float begin_skip; ///< start time of the current skip while on edlout mode - // audio is muted if either EDL or user activates mute - short edl_muted; ///< Stores whether EDL is currently in muted mode. - short user_muted; ///< Stores whether user wanted muted mode. int global_sub_size; // this encompasses all subtitle sources int global_sub_pos; // this encompasses all subtitle sources -- cgit v1.2.3