mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-19 06:57:09 -04:00
It's possible that frame_ready is false when this function is called, which implies that the mp_decode frame field is not valid. However we dereference the frame by counting the number of audio channels before checking the value of frame_ready, causing a crash.