changeset 11243:e237083ad025

100000l again
author arpi
date Wed, 22 Oct 2003 22:58:42 +0000
parents 34770e3d9654
children b91bd88dafea
files mplayer.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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 */