changeset 8797:97a26dea07bb

10l...
author arpi
date Sun, 05 Jan 2003 14:35:35 +0000
parents 7785c0cf0492
children b16c91194e40
files mencoder.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mencoder.c	Sun Jan 05 14:18:53 2003 +0000
+++ b/mencoder.c	Sun Jan 05 14:35:35 2003 +0000
@@ -521,7 +521,7 @@
 
   if(sh_audio && out_audio_codec<0){
     if(audio_id==-2)
-	mp_msg(MSGT_MENCODER,MSGL_ERROR,"This demuxer doesn't support -nosound yet.\n");
+	mp_msg(MSGT_MENCODER,MSGL_ERR,"This demuxer doesn't support -nosound yet.\n");
     mp_msg(MSGT_MENCODER,MSGL_FATAL,MSGTR_NoAudioEncoderSelected);
     mencoder_exit(1,NULL);
   }