From eab92cec60d92e0de2ea53d4d01052f4d7acc5d5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 9 Aug 2016 16:22:06 +0200 Subject: player: add --audio-stream-silence Completely insane that this has to be done. Crap for compensating HDMI crap. --- audio/out/internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/out/internal.h') diff --git a/audio/out/internal.h b/audio/out/internal.h index 88160bbeb6..518661c2bd 100644 --- a/audio/out/internal.h +++ b/audio/out/internal.h @@ -44,6 +44,7 @@ struct ao { struct input_ctx *input_ctx; struct mp_log *log; // Using e.g. "[ao/coreaudio]" as prefix int init_flags; // AO_INIT_* flags + bool stream_silence; // if audio inactive, just play silence // The device as selected by the user, usually using ao_device_desc.name // from an entry from the list returned by driver->list_devices. If the -- cgit v1.2.3