summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2023-07-30 10:20:09 +0200
committersfan5 <sfan5@live.de>2023-07-30 19:48:35 +0200
commit1608059d64532e0461e3bec09b20a71802dcb2aa (patch)
tree4b12164032a417dc8715760b70fb9d6e73632884 /player/core.h
parent0fb7ab62c545032499042dceaacda6741718dd65 (diff)
downloadmpv-1608059d64532e0461e3bec09b20a71802dcb2aa.tar.bz2
mpv-1608059d64532e0461e3bec09b20a71802dcb2aa.tar.xz
Revert "audio: add AOCONTROL_UPDATE_MEDIA_ROLE"
The only user of these APIs was ao_pipewire and the logic there got converted so drop the now dead code. This reverts commit 3167a77aa38b3700c9a4459fa5fe2f65eef080a8.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/core.h b/player/core.h
index 5ea7bd844c..df98b6c2e9 100644
--- a/player/core.h
+++ b/player/core.h
@@ -488,7 +488,6 @@ int init_audio_decoder(struct MPContext *mpctx, struct track *track);
void reinit_audio_chain_src(struct MPContext *mpctx, struct track *track);
void audio_update_volume(struct MPContext *mpctx);
void audio_update_balance(struct MPContext *mpctx);
-void audio_update_media_role(struct MPContext *mpctx);
void reload_audio_output(struct MPContext *mpctx);
void audio_start_ao(struct MPContext *mpctx);