1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-12 01:49:33 +00:00

removed nonsense (and confusing) defaults

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9150 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-01-28 22:04:07 +00:00
parent 3277c61b77
commit 83d0427925

View File

@ -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;