summaryrefslogtreecommitdiffstats
path: root/player/video.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-03 15:29:48 +0200
committerwm4 <wm4@nowhere>2014-05-03 15:29:48 +0200
commitae4613cd3bdc93aed605483f8ce910c93408f683 (patch)
tree63ff7e9550dac2f5e2fa18be79a9470508cab757 /player/video.c
parentc9ed70b66611d1c0e56a67a0a9bf385d7996f0f5 (diff)
downloadmpv-ae4613cd3bdc93aed605483f8ce910c93408f683.tar.bz2
mpv-ae4613cd3bdc93aed605483f8ce910c93408f683.tar.xz
video: fix video end condition
This wasn't really fine, and could (perhaps) cause weird corner cases on reinit or when the player was paused. Before eb9d20, video_left was also set to true if vo->frame_loaded was set, and this variable basically indicated whether the previous update_video() call was successful. This was overlooked when changing everything. Simply always call update_video(), it should be equivalent.
Diffstat (limited to 'player/video.c')
0 files changed, 0 insertions, 0 deletions