[MPlayer-cvslog] r36640 - in trunk: DOCS/man/de/mplayer.1 DOCS/man/en/mplayer.1 gui/app/cfg.c

ib subversion at mplayerhq.hu
Sun Jan 19 16:10:43 CET 2014


Author: ib
Date: Sun Jan 19 16:10:42 2014
New Revision: 36640

Log:
Add option 'sub_utf8' to the GUI configuration file.

UTF-8 subtitles couldn't be set without iconv using the GUI so far.

Additionally, update man page.

Modified:
   trunk/gui/app/cfg.c

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/man/de/mplayer.1
   trunk/DOCS/man/en/mplayer.1

Modified: trunk/gui/app/cfg.c
==============================================================================
--- trunk/gui/app/cfg.c	Sun Jan 19 16:00:09 2014	(r36639)
+++ trunk/gui/app/cfg.c	Sun Jan 19 16:10:42 2014	(r36640)
@@ -221,6 +221,7 @@ static const m_option_t gui_opts[] = {
     { "sub_overlap",                 &suboverlap_enabled,      CONF_TYPE_FLAG,        0,           0,     0,          NULL },
     { "sub_pos",                     &sub_pos,                 CONF_TYPE_INT,         CONF_RANGE,  0,     200,        NULL },
     { "sub_unicode",                 &sub_unicode,             CONF_TYPE_FLAG,        0,           0,     1,          NULL },
+    { "sub_utf8",                    &sub_utf8,                CONF_TYPE_FLAG,        0,           0,     1,          NULL },
 
     { "font_factor",                 &font_factor,             CONF_TYPE_FLOAT,       CONF_RANGE,  0.0,   10.0,       NULL },
     { "font_name",                   &font_name,               CONF_TYPE_STRING,      0,           0,     0,          NULL },


More information about the MPlayer-cvslog mailing list