[Mplayer-cvslog] CVS: main mplayer.c,1.594,1.595
Zoltan Ponekker
pontscho at mplayerhq.hu
Wed Oct 16 17:35:59 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv16502
Modified Files:
mplayer.c
Log Message:
- dvd aspect changing bug - fixed
- if codec is not found -> sig11 - fixed
- pp autoq handling bug - fixed
- some warning - fixed
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.594
retrieving revision 1.595
diff -u -r1.594 -r1.595
--- mplayer.c 16 Oct 2002 14:51:15 -0000 1.594
+++ mplayer.c 16 Oct 2002 15:35:26 -0000 1.595
@@ -2532,7 +2532,7 @@
#ifdef HAVE_NEW_GUI
if(use_gui){
guiEventHandling();
- if(demuxer->file_format==DEMUXER_TYPE_AVI && sh_video->video.dwLength>2){
+ if(demuxer->file_format==DEMUXER_TYPE_AVI && sh_video && sh_video->video.dwLength>2){
// get pos from frame number / total frames
guiIntfStruct.Position=(float)d_video->pack_no*100.0f/sh_video->video.dwLength;
} else {
More information about the MPlayer-cvslog
mailing list