summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-23 12:00:16 +0100
committerwm4 <wm4@nowhere>2015-01-23 12:21:45 +0100
commita96c3ac90e73c51ace0ee7a65439c71327057df1 (patch)
treee27c2864842f99b8fb4531f07e6596406516258a /input
parent55cdc734c513f4aa618b7c3938814583ce7300b1 (diff)
downloadmpv-a96c3ac90e73c51ace0ee7a65439c71327057df1.tar.bz2
mpv-a96c3ac90e73c51ace0ee7a65439c71327057df1.tar.xz
vo: allow dropping additional frames with smoothmotion
The logic disabled framedropping if the frame was interpolated (i.e. the render call is only done to interpolate between the previous frame, and the frame before that). It seems doing this wasn't even necessary, and broke framedrop in smoothmotion mode. In fact, this code did nothing for display with video fps below display fps. It did prevent the framedrop counter from going up, though. So change it so that dropped interpolated frames are never reported. (Doing so can give confusing results, such as dropping 1000s of frames on slow operations like video start or changing filters.)
Diffstat (limited to 'input')
0 files changed, 0 insertions, 0 deletions