Skip to content
Snippets Groups Projects
Commit 0a1cf662 authored by Marton Balint's avatar Marton Balint Committed by Michael Niedermayer
Browse files

ffplay: fix a crash caused by aborting the video queue


If the video queue is aborted, we have to pop the pending ALLOC event or wait
for the allocation to complete, because the current code assumes that
VideoState->pictq_windex does not change until the allocation is complete.

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 8af9366e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment