summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-21 05:18:40 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 13:47:44 +0300
commitef74d21b1f1d96b2e3f180c021998fbdd80ffcba (patch)
treee0600e83f388e0c2865153c0c8fc4e1aed3faf1c /options.h
parent67778746ce3c917d874baa7c2e6b2a21a50c27e2 (diff)
downloadmpv-ef74d21b1f1d96b2e3f180c021998fbdd80ffcba.tar.bz2
mpv-ef74d21b1f1d96b2e3f180c021998fbdd80ffcba.tar.xz
Move loop_times to option 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 0235e9c85f..ac8d431b99 100644
--- a/options.h
+++ b/options.h
@@ -10,6 +10,7 @@ typedef struct MPOpts {
int vo_screenheight;
int vo_dbpp;
int correct_pts;
+ int loop_times;
int user_correct_pts;
} MPOpts;