Changeset 9dd97aa3 in ffmpeg

Timestamp:
Jun 24, 2014, 7:59:20 PM (10 years ago)
Author:
Marton Balint <cus@passwd.hu>
Branches:
master
Children:
ba800def
Parents:
f3641011
git-author:
Marton Balint <cus@passwd.hu> (11/27/13 23:13:38)
git-committer:
Marton Balint <cus@passwd.hu> (06/24/14 19:59:20)
Message:

ffplay: eliminate pictq_prev_picture

Instead of directly rolling back the frame queue, keep the last displayed
picture in the queue and use a boolean variable to keep track if it is
displayed or not. This makes the code cleaner because it removes the
complicated logic in pictq_prev_picture.

There should be no change in functionality.

Signed-off-by: Marton Balint <cus@passwd.hu>

(No files)

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