Skip to content
  • Romain Vimont's avatar
    vout: move frame-by-frame to a separate function · ad32fb4e
    Romain Vimont authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    The function DisplayPicture() handled both the frame-by-frame mode and
    the "normal" mode (the mode depended on whether the deadline parameter
    was NULL).
    
    But almost the whole function is different for both cases, so use
    separate functions.
    
    Note: This commit is more comprehensible with:
    
        git show --patience -b
    ad32fb4e