diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index b647950c847..841c427a685 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -4,7 +4,7 @@ GH_ACCOUNT = mpv-player GH_PROJECT = mpv GH_TAGNAME = v0.34.1 -REVISION = 0 +REVISION = 1 SHARED_LIBS += mpv 0.2 # 1.109 diff --git a/multimedia/mpv/patches/patch-audio_out_ao_sndio_c b/multimedia/mpv/patches/patch-audio_out_ao_sndio_c index bf49ef0b524..487ae372fbb 100644 --- a/multimedia/mpv/patches/patch-audio_out_ao_sndio_c +++ b/multimedia/mpv/patches/patch-audio_out_ao_sndio_c @@ -245,8 +245,8 @@ Index: audio/out/ao_sndio.c + if (p->playing) { + p->playing = false; + -+ if (!sio_stop(p->hdl)) { -+ MP_ERR(ao, "reset: couldn't sio_stop()\n"); ++ if (!sio_flush(p->hdl)) { ++ MP_ERR(ao, "reset: couldn't sio_flush()\n"); + } + p->delay = 0; + if (!sio_start(p->hdl)) {