You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start a video with hardware acceleration: mpv a.mkv --no-config --hwdec=auto-copy
Change hwdec to "no" during playback (via hotkey or lua script) F3 cycle-values hwdec no auto-copy
Change hwdec back to auto-copy.
If start the video with hwdec=no and change in to auto-copy during playback it won't crash. It crashes only after hwdec->no-hwdec->hwdec.
Also auto (without -copy)->no->auto doesn't crash mpv. So it only happens with auto-copy.
I tried both opengl-backends x11 and x11egl, it doesn't matter which of them I use, mpv always crashes.
mpv version and platform
Arch x64, NVIDIA proprietary driver, vdpau hwdec
Reproduction steps
Start a video with hardware acceleration:
mpv a.mkv --no-config --hwdec=auto-copy
Change hwdec to "no" during playback (via hotkey or lua script)
F3 cycle-values hwdec no auto-copy
Change hwdec back to auto-copy.
Expected behavior
mpv shouldn't crash on changing hwdec.
Actual behavior
mpv crashes with the message in console:
If start the video with hwdec=no and change in to auto-copy during playback it won't crash. It crashes only after hwdec->no-hwdec->hwdec.
Also auto (without -copy)->no->auto doesn't crash mpv. So it only happens with auto-copy.
I tried both opengl-backends x11 and x11egl, it doesn't matter which of them I use, mpv always crashes.
Log file
It's the full log: log.txt
The text was updated successfully, but these errors were encountered: