diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst index 96c2882661..1ff828339a 100644 --- a/DOCS/client-api-changes.rst +++ b/DOCS/client-api-changes.rst @@ -32,9 +32,12 @@ API changes :: + --- mpv 0.28.0 --- 1.26 - remove glMPGetNativeDisplay("drm") support - add mpv_opengl_cb_window_pos and mpv_opengl_cb_drm_params and support via glMPGetNativeDisplay() for using it + - make --stop-playback-on-init-failure=no the default in libmpv (just + like in mpv CLI) --- mpv 0.27.0 --- 1.25 - remove setting "no-" options via mpv_set_option*(). (See corresponding deprecation in 0.23.0.) diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 676860f156..39c143b228 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -365,11 +365,10 @@ Playback Control Without ``--hr-seek``, skipping will snap to keyframes. ``--stop-playback-on-init-failure=`` - Stop playback if either audio or video fails to initialize. Currently, - the default behavior is ``no`` for the command line player, but ``yes`` - for libmpv. With ``no``, playback will continue in video-only or audio-only - mode if one of them fails. This doesn't affect playback of audio-only or - video-only files. + Stop playback if either audio or video fails to initialize (default: no). + With ``no``, playback will continue in video-only or audio-only mode if one + of them fails. This doesn't affect playback of audio-only or video-only + files. Program Behavior ---------------- diff --git a/etc/builtin.conf b/etc/builtin.conf index ee46f8cb00..8e954b90d2 100644 --- a/etc/builtin.conf +++ b/etc/builtin.conf @@ -20,7 +20,6 @@ osc=no ytdl=no input-default-bindings=no input-vo-keyboard=no -stop-playback-on-init-failure=yes # OSX/Cocoa global input hooks input-appleremote=no input-media-keys=no