summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-10 16:58:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-10 16:58:42 +0000
commit533eaf50e37aa0f692a7b9df239623d7046c9361 (patch)
tree160d94108d9e2ca6d36a2691ef09d0ccd2200d0e /cfg-mplayer.h
parentec395d0e82f55ee7f626e51f3c51c39a1b7d2c3e (diff)
downloadmpv-533eaf50e37aa0f692a7b9df239623d7046c9361.tar.bz2
mpv-533eaf50e37aa0f692a7b9df239623d7046c9361.tar.xz
Remove misleading comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21869 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 497e018768..1cdf18842f 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -219,7 +219,6 @@ m_option_t mplayer_opts[]={
{"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32, NULL},
{"colorkey", &vo_colorkey, CONF_TYPE_INT, 0, 0, 0, NULL},
{"nocolorkey", &vo_colorkey, CONF_TYPE_FLAG, 0, 0, 0x1000000, NULL},
- // double buffering: (mga/xmga, xv, vidix, vesa, fbdev)
{"double", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"nodouble", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 1, 0, NULL},
// wait for v-sync (vesa)