From 1b2d30c2212a158032b0c02dd942e7fad1adf55c Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 14 Feb 2008 14:44:52 +0000 Subject: Change mf_fps to double git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25996 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/mf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux/mf.c') diff --git a/libmpdemux/mf.c b/libmpdemux/mf.c index f764a1d3da..4d19fdb43c 100644 --- a/libmpdemux/mf.c +++ b/libmpdemux/mf.c @@ -25,7 +25,7 @@ int mf_w = 0; //352; // let codecs to detect it int mf_h = 0; //288; -float mf_fps = 25.0; +double mf_fps = 25.0; char * mf_type = NULL; //"jpg"; mf_t* open_mf(char * filename){ -- cgit v1.2.3