summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-09 14:51:47 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-09 14:51:47 +0000
commitf48a4beff0a43adf6073fc213b91a7b25e7f931d (patch)
treea9654b7651fb4dff7b2d46173524f7ec39e90e1f /cfg-mplayer.h
parent1544e6471755ec91d954ab604abdcedfac082acc (diff)
downloadmpv-f48a4beff0a43adf6073fc213b91a7b25e7f931d.tar.bz2
mpv-f48a4beff0a43adf6073fc213b91a7b25e7f931d.tar.xz
Move loop_times into mpctx.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23746 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index daec15eaf0..f334bfdeca 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -353,8 +353,8 @@ m_option_t mplayer_opts[]={
{"guiwid", &guiWinID, CONF_TYPE_INT, 0, 0, 0, NULL},
#endif
- {"noloop", &loop_times, CONF_TYPE_FLAG, 0, 0, -1, NULL},
- {"loop", &loop_times, CONF_TYPE_INT, CONF_RANGE, -1, 10000, NULL},
+ {"noloop", &mpctx_s.loop_times, CONF_TYPE_FLAG, 0, 0, -1, NULL},
+ {"loop", &mpctx_s.loop_times, CONF_TYPE_INT, CONF_RANGE, -1, 10000, NULL},
{"playlist", NULL, CONF_TYPE_STRING, 0, 0, 0, NULL},
// a-v sync stuff: