mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-16 21:47:45 -04:00
x264 on ultrafast won't drop any b-frames, so it might buffer packets a bit too much in that case. The frame drop duration calculation now searches for the first valid video frame within the packets buffer. Additionally, it no longer prevents frame dropping for a specific time after dropping frames, because the first case eliminates the need for that.