Changeset 0a1cf662 in ffmpeg

Timestamp:
Aug 26, 2011, 3:08:46 PM (13 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
094a4968
Parents:
8af9366e
git-author:
Marton Balint <cus@passwd.hu> (08/25/11 20:06:40)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (08/26/11 15:08:46)
Message:

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: Michael Niedermayer <michaelni@gmx.at>

(No files)

Note: See TracChangeset for help on using the changeset viewer.