mirror of
https://github.com/mpv-player/mpv
synced 2025-02-27 10:50:53 +00:00
ao_coreaudio: do not signal per-app volume
CoreAudio doesn't seem to have this concept. The volume is reset the next time audio is opened.
This commit is contained in:
parent
62030e1090
commit
ab3a64ee4c
@ -118,8 +118,6 @@ static int control(struct ao *ao, enum aocontrol cmd, void *arg)
|
||||
return set_volume(ao, arg);
|
||||
case AOCONTROL_HAS_SOFT_VOLUME:
|
||||
return CONTROL_TRUE;
|
||||
case AOCONTROL_HAS_PER_APP_VOLUME:
|
||||
return CONTROL_TRUE;
|
||||
}
|
||||
return CONTROL_UNKNOWN;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user