changeset 4703:f5af54e6c393

ehh
author arpi
date Thu, 14 Feb 2002 22:03:42 +0000
parents 85e776f4585f
children 1e936c3cc3fa
files mencoder.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
   }
 }