mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
ao_audiounit: rename pause function to reset
AudioUnit output driver uses the pull based api so it should have a reset function instead of a pause function.
This commit is contained in:
@@ -192,7 +192,7 @@ const struct ao_driver audio_out_audiounit = {
|
||||
.name = "audiounit",
|
||||
.uninit = uninit,
|
||||
.init = init,
|
||||
.pause = stop,
|
||||
.reset = stop,
|
||||
.resume = start,
|
||||
.priv_size = sizeof(struct priv),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user