From 83d0427925b3763ebedbf22178db3c0b4b9ee349 Mon Sep 17 00:00:00 2001 From: arpi Date: Tue, 28 Jan 2003 22:04:07 +0000 Subject: removed nonsense (and confusing) defaults git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9150 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/mf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libmpdemux') diff --git a/libmpdemux/mf.c b/libmpdemux/mf.c index 434a426185..6d874eaf8b 100644 --- a/libmpdemux/mf.c +++ b/libmpdemux/mf.c @@ -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; -- cgit v1.2.3