Skip to content
Commit 97daf086 authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

Use a condition variable to ensure FFmpeg threads don't just spin

It turns out the FFmpeg related functions for pulling things from the
relevant queues don't block if the queue is empty, so we have to
manually add something to prevent the threads from just spinning at
whatever maximum the CPU can handle.
parent 5c6be633
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment