Skip to content
  • Steve Lhomme's avatar
    vout: count the number of late frames · b0f4b953
    Steve Lhomme authored
    We already count the number of displayed frames, the number of dropped frames
    (called lost). We should also count the frames that are actually displayed but
    not in the desired time. It usually indicates the decoder is too slow or the
    rendering to the display is too slow even though it may not be directly
    visible (movements not smooth).
    b0f4b953