summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/mf.h')
-rw-r--r--libmpdemux/mf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/mf.h b/libmpdemux/mf.h
index 69f3400766..6ebb3c0a5e 100644
--- a/libmpdemux/mf.h
+++ b/libmpdemux/mf.h
@@ -5,7 +5,7 @@
extern int mf_support;
extern int mf_w;
extern int mf_h;
-extern int mf_fps;
+extern float mf_fps;
extern char * mf_type;
typedef struct
@@ -14,4 +14,4 @@ typedef struct
char ** names;
} mf_t;
-#endif \ No newline at end of file
+#endif