From 4560d93bf0f2494f4f1344ac1840801911be7319 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Fri, 1 Mar 2024 09:20:15 -0600 Subject: Revert "player: add ao-volume option, to set the system volume at startup" Ended up being a bad idea. As a property, this inherently has more functionality and the tradeoff of being able to do --ao-volume wasn't worth it. This reverts commit 58ed620c064971535e60778612777750aa5e2f4d. --- options/options.h | 1 - 1 file changed, 1 deletion(-) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index d9f1f99d1b..9dce3f609c 100644 --- a/options/options.h +++ b/options/options.h @@ -181,7 +181,6 @@ typedef struct MPOpts { float audio_wait_open; int force_vo; float softvol_volume; - float ao_volume; int rgain_mode; float rgain_preamp; // Set replaygain pre-amplification bool rgain_clip; // Enable/disable clipping prevention -- cgit v1.2.3