summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/options.h b/core/options.h
index b2e38ec56d..25aa82791a 100644
--- a/core/options.h
+++ b/core/options.h
@@ -222,7 +222,7 @@ typedef struct MPOpts {
struct lavfdopts {
int probesize;
int probescore;
- int analyzeduration;
+ float analyzeduration;
int allow_mimetype;
char *format;
char *cryptokey;