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 11:31:51 -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, "The missing frameno.avi file is not an error unless this is a three pass mencode."); + } mconfig = m_config_new(); m_config_register_options(mconfig,mencoder_opts);