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/ao.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/out/ao.h') diff --git a/audio/out/ao.h b/audio/out/ao.h index 3c16cef0e5..3b187e7355 100644 --- a/audio/out/ao.h +++ b/audio/out/ao.h @@ -56,6 +56,8 @@ enum { // Only accept multichannel configurations that are guaranteed to work // (i.e. not sending arbitrary layouts over HDMI). AO_INIT_SAFE_MULTICHANNEL_ONLY = 1 << 1, + // Stream silence as long as no audio is playing. + AO_INIT_STREAM_SILENCE = 1 << 2, }; typedef struct ao_control_vol { -- cgit v1.2.3