# HG changeset patch # User arpi # Date 1066863522 0 # Node ID e237083ad02579f083cb4c2c8a9356f458e09d93 # Parent 34770e3d9654f850b660821ee93d1f97cf77e439 100000l again diff -r 34770e3d9654 -r e237083ad025 mplayer.c --- a/mplayer.c Wed Oct 22 21:21:52 2003 +0000 +++ b/mplayer.c Wed Oct 22 22:58:42 2003 +0000 @@ -2508,7 +2508,6 @@ 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 */