[Mplayer-cvslog] CVS: main mplayer.c,1.615,1.616

Zoltan Ponekker pontscho at mplayerhq.hu
Thu Nov 28 20:13:19 CET 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv21770

Modified Files:
	mplayer.c 
Log Message:
disabling seek (look the patch)

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.615
retrieving revision 1.616
diff -u -r1.615 -r1.616
--- mplayer.c	28 Nov 2002 19:01:24 -0000	1.615
+++ mplayer.c	28 Nov 2002 19:13:14 -0000	1.616
@@ -1954,6 +1954,7 @@
     switch(cmd->id) {
     case MP_CMD_SEEK : {
       int v,abs;
+      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 */




More information about the MPlayer-cvslog mailing list