summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index ac8d431b99..8078b3bb60 100644
--- a/options.h
+++ b/options.h
@@ -12,6 +12,7 @@ typedef struct MPOpts {
int correct_pts;
int loop_times;
int user_correct_pts;
+ float playback_speed;
} MPOpts;
#endif