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:
rfelker 2002-11-02 03:51:05 +00:00
parent 49f52e877d
commit 7794467ba5
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ static config_t mencoder_opts[]={
// override FOURCC in output file // override FOURCC in output file
{"ffourcc", &force_fourcc, CONF_TYPE_STRING, 0, 4, 4, NULL}, {"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}, {"passlogfile", &passtmpfile, CONF_TYPE_STRING, 0, 0, 0, NULL},
{"vobsubout", &vobsub_out, CONF_TYPE_STRING, 0, 0, 0, NULL}, {"vobsubout", &vobsub_out, CONF_TYPE_STRING, 0, 0, 0, NULL},