1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

Remove misleading comment.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21869 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-01-10 16:58:42 +00:00
parent ec395d0e82
commit 533eaf50e3

View File

@ -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)