mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 04:02:06 +00:00
100000l again
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11244 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2a8804cbd4
commit
0ea49d935e
@ -2508,7 +2508,6 @@ if (stream->type==STREAMTYPE_DVDNAV && dvd_nav_still)
|
||||
case MP_CMD_SEEK : {
|
||||
int v,abs;
|
||||
osd_show_percentage = 25;
|
||||
if ( stream->type == STREAMTYPE_STREAM ) break;
|
||||
v = cmd->args[0].v.i;
|
||||
abs = (cmd->nargs > 1) ? cmd->args[1].v.i : 0;
|
||||
if(abs==2) { /* Absolute seek to a specific timestamp in seconds */
|
||||
|
Loading…
Reference in New Issue
Block a user