summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-21 06:55:23 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 13:48:37 +0300
commitd9aa368a6d8dcbea2cd03b6c2a6c2e6df5fc16ce (patch)
treeece2fdab0e72728938932170191d9508b5313c7b /options.h
parentc2a36d9264313d00f696bb7decff55877fc7596e (diff)
downloadmpv-d9aa368a6d8dcbea2cd03b6c2a6c2e6df5fc16ce.tar.bz2
mpv-d9aa368a6d8dcbea2cd03b6c2a6c2e6df5fc16ce.tar.xz
Move playback_speed to options struct
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