CVS: main mplayer.c,1.615,1.616
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 */
Hi, happy drinkin'!!!!!
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 */
_______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog
A'rpi / Astral & ESP-team -- Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
participants (2)
-
Arpi -
Zoltan Ponekker