[Mplayer-cvslog] CVS: main/libmpdemux mf.c,1.5,1.6
Arpi of Ize
arpi at mplayerhq.hu
Tue Jan 28 23:04:21 CET 2003
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv28542
Modified Files:
mf.c
Log Message:
removed nonsense (and confusing) defaults
Index: mf.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/mf.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mf.c 15 Sep 2002 19:47:49 -0000 1.5
+++ mf.c 28 Jan 2003 22:04:07 -0000 1.6
@@ -19,10 +19,10 @@
#include "mf.h"
int mf_support = 0;
-int mf_w = 352;
-int mf_h = 288;
+int mf_w = 0; //352; // let codecs to detect it
+int mf_h = 0; //288;
float mf_fps = 25.0;
-char * mf_type = "jpg";
+char * mf_type = NULL; //"jpg";
mf_t* open_mf(char * filename){
glob_t gg;
More information about the MPlayer-cvslog
mailing list