• Marton Balint's avatar
    ffplay: eliminate pictq_prev_picture · 9dd97aa3
    Marton Balint authored
    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: 's avatarMarton Balint <cus@passwd.hu>
    9dd97aa3
ffplay.c 129 KB