[Mplayer-cvslog] CVS: main mencoder.c,1.106,1.107
Kim Minh Kaplan CVS
kmkaplan at mplayer.dev.hu
Fri Mar 29 16:12:50 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv16914
Modified Files:
mencoder.c
Log Message:
Fix bug noticed by Hajba Szilard in message <20020329151644.A23301 at revai.hu>
Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- mencoder.c 29 Mar 2002 07:20:44 -0000 1.106
+++ mencoder.c 29 Mar 2002 15:12:41 -0000 1.107
@@ -777,8 +777,8 @@
if (vobsub_parse_ifo(spudec_ifo, palette, &width, &height, 1) >= 0)
vo_spudec=spudec_new_scaled(palette, sh_video->disp_w, sh_video->disp_h);
}
-if (vo_spudec==NULL) {
#ifdef USE_DVDREAD
+if (vo_spudec==NULL) {
vo_spudec=spudec_new_scaled(stream->type==STREAMTYPE_DVD?((dvd_priv_t *)(stream->priv))->cur_pgc->palette:NULL,
sh_video->disp_w, sh_video->disp_h);
}
More information about the MPlayer-cvslog
mailing list