[Mplayer-cvslog] CVS: main mplayer.c,1.561,1.562 mencoder.c,1.153,1.154
Arpi of Ize
arpi at mplayerhq.hu
Sat Aug 31 20:25:14 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv1813
Modified Files:
mplayer.c mencoder.c
Log Message:
10l - use NULL instead of -1 for init_video's vfm
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.561
retrieving revision 1.562
diff -u -r1.561 -r1.562
--- mplayer.c 31 Aug 2002 16:20:07 -0000 1.561
+++ mplayer.c 31 Aug 2002 18:24:56 -0000 1.562
@@ -1292,7 +1292,7 @@
if(video_codec){
// forced codec by name:
mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_ForcedVideoCodec,video_codec);
- init_video(sh_video,video_codec,-1,-1);
+ init_video(sh_video,video_codec,NULL,-1);
} else {
int status;
// try in stability order: UNTESTED, WORKING, BUGGY, BROKEN
Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- mencoder.c 31 Aug 2002 15:04:06 -0000 1.153
+++ mencoder.c 31 Aug 2002 18:24:56 -0000 1.154
@@ -666,7 +666,7 @@
if(video_codec){
// forced codec by name:
mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_ForcedVideoCodec,video_codec);
- init_video(sh_video,video_codec,-1,-1);
+ init_video(sh_video,video_codec,NULL,-1);
} else {
int status;
// try in stability order: UNTESTED, WORKING, BUGGY, BROKEN
More information about the MPlayer-cvslog
mailing list