Skip to content

avviddec: Temporarily unlock stream lock while flushing buffers

This can call into the decoder again from other threads and try to take the stream lock from there, which would cause a deadlock.

Fixes #2558 (closed)

Merge request reports