summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-03 12:14:29 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-03 12:14:29 +0000
commit40dca58f37bab581ad156f03545efc4428a34cb3 (patch)
tree3e326d33050bc77e35c8f5d16c595a583299c231 /cfg-mplayer.h
parent8b068da7ad4cac7ebdb39bf645a53c44f2cf88b8 (diff)
downloadmpv-40dca58f37bab581ad156f03545efc4428a34cb3.tar.bz2
mpv-40dca58f37bab581ad156f03545efc4428a34cb3.tar.xz
Allow demuxers to choose a default value for correct_pts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25951 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 24c7fe360a..7d157f0bf7 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -319,8 +319,8 @@ const m_option_t mplayer_opts[]={
{"playlist", NULL, CONF_TYPE_STRING, 0, 0, 0, NULL},
// a-v sync stuff:
- {"correct-pts", &correct_pts, CONF_TYPE_FLAG, 0, 0, 1, NULL},
- {"no-correct-pts", &correct_pts, CONF_TYPE_FLAG, 0, 1, 0, NULL},
+ {"correct-pts", &user_correct_pts, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+ {"no-correct-pts", &user_correct_pts, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"noautosync", &autosync, CONF_TYPE_FLAG, 0, 0, -1, NULL},
{"autosync", &autosync, CONF_TYPE_INT, CONF_RANGE, 0, 10000, NULL},
// {"dapsync", &dapsync, CONF_TYPE_FLAG, 0, 0, 1, NULL},