mirror of https://github.com/mpv-player/mpv
added obsolete message for -pass
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8034 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
49f52e877d
commit
7794467ba5
|
@ -150,6 +150,7 @@ static config_t mencoder_opts[]={
|
|||
// override FOURCC in output file
|
||||
{"ffourcc", &force_fourcc, CONF_TYPE_STRING, 0, 4, 4, NULL},
|
||||
|
||||
{"pass", "The -pass option is obsolete. Use -lavcopts vpass=n or -divx4opts pass=n!\nRTFM!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
|
||||
{"passlogfile", &passtmpfile, CONF_TYPE_STRING, 0, 0, 0, NULL},
|
||||
|
||||
{"vobsubout", &vobsub_out, CONF_TYPE_STRING, 0, 0, 0, NULL},
|
||||
|
|
Loading…
Reference in New Issue