[Mplayer-cvslog] CVS: main mplayer.c,1.661,1.662
Zoltan Ponekker
pontscho at mplayerhq.hu
Sat Jan 25 11:04:30 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv11427
Modified Files:
mplayer.c
Log Message:
- fix -fs
- set sub_fps to null for new files
- fix one sig11, if you play vcd, and the disc is not vcd, playtree is dead
- add playbar vertical position support
- etc.
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.661
retrieving revision 1.662
diff -u -r1.661 -r1.662
--- mplayer.c 21 Jan 2003 13:33:11 -0000 1.661
+++ mplayer.c 25 Jan 2003 10:03:50 -0000 1.662
@@ -1275,6 +1275,7 @@
play_tree_t* entry;
// Handle playlist
current_module="handle_playlist";
+ if ( stream->type != STREAMTYPE_PLAYLIST ) goto goto_next_file;
mp_msg(MSGT_CPLAYER,MSGL_INFO,"Falling back on trying to parse playlist %s...\n",filename);
stream_reset(stream);
stream_seek(stream,stream->start_pos);
More information about the MPlayer-cvslog
mailing list