# HG changeset patch # User arpi # Date 1013724222 0 # Node ID f5af54e6c3935f746bac56e462207557ef472bc7 # Parent 85e776f4585fda9084fd99f6501746c51da357d7 ehh diff -r 85e776f4585f -r f5af54e6c393 mencoder.c --- a/mencoder.c Thu Feb 14 21:49:12 2002 +0000 +++ b/mencoder.c Thu Feb 14 22:03:42 2002 +0000 @@ -396,7 +396,7 @@ if(!parse_codec_cfg(get_path("codecs.conf"))){ if(!parse_codec_cfg(CONFDIR"/codecs.conf")){ mp_msg(MSGT_MENCODER,MSGL_HINT,MSGTR_CopyCodecsConf); - exit(0); + exit(1); } }