diff mplayer.c @ 11243:e237083ad025

100000l again
author arpi
date Wed, 22 Oct 2003 22:58:42 +0000
parents cb82b062188f
children f42b8a99a5e0
line wrap: on
line diff
--- 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 */