summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/mf.c')
-rw-r--r--libmpdemux/mf.c2
1 files changed, 1 insertions, 1 deletions
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){