mplayer.c: Remove unneeded blit_frame arguments
commit4ef079f279df11038337cff510e9e801a11317bb
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 2 Dec 2009 11:01:36 +0000 (2 13:01 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 2 Dec 2009 11:01:36 +0000 (2 13:01 +0200)
treea46e67ef7c168e057035fa99d3ff6e0a083c0a66
parent7044965988cb6aa63f2e493c80050ae39aab5bf8
mplayer.c: Remove unneeded blit_frame arguments

The video updating functions no longer need to separately track
whether a frame is available for flipping. That information is
now available in video_out->frame_loaded, and all the separate
tracking did was present opportunities for things to go out of sync.
mplayer.c