mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
3df0c61c8c
In obsproject/obs-studio#6963, a crash was fixed when retrying NVENC without psycho aq. Unfortunately, the code forgot to reinitialize the session, and thus the retry always failed. This reinitializes the session as it was likely meant to.