Commits on Source (3)
-
If deadline is NULL, then frame_by_frame is true, then render_now is true, so DisplayPicture() returns VLC_EGENERIC. Therefore, DisplayPicture() called from vout_NextPicture() could never return 0 (VLC_SUCCESS), so the if-block in vout_NextPicture() was unreachable.
633c4ee1 -
This paves the way to handle frame-by-frame separetely. Note: This commit is more comprehensible with: git show --patience
c8ed4785 -
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