Files
mpv/player
wm4 ea613c2592 command: use playback time as reference for sub_seek
update_subtitle() already uees playback_pts to make subtitles work
better in no-audio mode. Using get_current_time() usually gets
playback_pts, but also has the advantage that it will use the seek
target time during seeks. This will result in multiple sub_seek commands
doing the right thing (at least as long as they're far enough apart so
that seeking is actually initiated when the second command is run).
2014-11-05 18:47:12 +01:00
..
2014-11-02 17:29:41 +01:00
2014-10-28 20:30:12 +01:00
2014-11-02 17:29:41 +01:00
2014-11-04 18:53:36 +01:00
2014-10-26 01:52:31 +02:00
2013-12-17 00:53:22 +01:00
2014-11-01 00:02:01 +01:00