summaryrefslogtreecommitdiffstats
path: root/defaultopts.c
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 /defaultopts.c
parent67778746ce3c917d874baa7c2e6b2a21a50c27e2 (diff)
downloadmpv-ef74d21b1f1d96b2e3f180c021998fbdd80ffcba.tar.bz2
mpv-ef74d21b1f1d96b2e3f180c021998fbdd80ffcba.tar.xz
Move loop_times to option struct
Diffstat (limited to 'defaultopts.c')
-rw-r--r--defaultopts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/defaultopts.c b/defaultopts.c
index 4787d5da09..f0c2483fd2 100644
--- a/defaultopts.c
+++ b/defaultopts.c
@@ -8,6 +8,7 @@ void set_default_mplayer_options(struct MPOpts *opts)
.audio_driver_list = NULL,
.video_driver_list = NULL,
.fixed_vo = 0,
+ .loop_times = -1,
.user_correct_pts = -1,
};
}