mirror of https://github.com/mpv-player/mpv
selectable 2pass logfilename
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3377 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6c53dbdd85
commit
b4424bf37c
|
@ -83,6 +83,7 @@ struct config conf[]={
|
|||
{"ovc", ovc_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0},
|
||||
|
||||
{"pass", &pass, CONF_TYPE_INT, CONF_RANGE,0,2},
|
||||
{"passlogfile", &passtmpfile, CONF_TYPE_STRING, 0, 0, 0},
|
||||
|
||||
{"divx4opts", divx4opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0},
|
||||
#ifdef HAVE_MP3LAME
|
||||
|
|
Loading…
Reference in New Issue