? .kdbgrc.mencoder ? configure.now3d ? diff.patch ? faad20.patch ? log.txt ? libmpdemux/demux_mov.c.now3d Index: mencoder.c =================================================================== RCS file: /cvsroot/mplayer/main/mencoder.c,v retrieving revision 1.251 diff -u -r1.251 mencoder.c --- mencoder.c 16 Jul 2004 20:31:16 -0000 1.251 +++ mencoder.c 31 Jul 2004 14:55:34 -0000 @@ -440,6 +440,9 @@ if(demuxer2) printf(MSGTR_UsingPass3ControllFile,frameno_filename); else mp_msg(MSGT_DEMUXER,MSGL_ERR,MSGTR_FormatNotRecognized); } + else{ + mp_msg(MSGT_MENCODER,MSGL_INFO, MSGTR_MissingThreePassEncodeFile); + } mconfig = m_config_new(); m_config_register_options(mconfig,mencoder_opts); Index: help/help_mp-en.h =================================================================== RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v retrieving revision 1.122 diff -u -r1.122 help_mp-en.h --- help/help_mp-en.h 28 Jul 2004 12:17:49 -0000 1.122 +++ help/help_mp-en.h 31 Jul 2004 14:55:38 -0000 @@ -182,6 +182,7 @@ #define MSGTR_RecommendedVideoBitrate "Recommended video bitrate for %s CD: %d\n" #define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s (%d bps) size: %d bytes %5.3f secs %d frames\n" #define MSGTR_AudioStreamResult "\nAudio stream: %8.3f kbit/s (%d bps) size: %d bytes %5.3f secs\n" +#define MSGTR_MissingThreePassEncodeFile "This missing file is only an error if doing a three pass encode.\n" // cfg-mencoder.h: