summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/mf.c2
-rw-r--r--libmpdemux/mf.h2
2 files changed, 2 insertions, 2 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){
diff --git a/libmpdemux/mf.h b/libmpdemux/mf.h
index f49cac4ed7..1e58c7293d 100644
--- a/libmpdemux/mf.h
+++ b/libmpdemux/mf.h
@@ -4,7 +4,7 @@
extern int mf_w;
extern int mf_h;
-extern float mf_fps;
+extern double mf_fps;
extern char * mf_type;
typedef struct