summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-05 14:35:35 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-05 14:35:35 +0000
commit308c05501ef091b1f279ef6d5fd9dbd3b4ca0c27 (patch)
tree95639178563a1ae7937917ba6378a994e9844ba6 /mencoder.c
parent0b21347be7874ef4910d75c302fd0b9a425e28b1 (diff)
downloadmpv-308c05501ef091b1f279ef6d5fd9dbd3b4ca0c27.tar.bz2
mpv-308c05501ef091b1f279ef6d5fd9dbd3b4ca0c27.tar.xz
10l...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8798 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index c9e8fb6975..f395f428ca 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -521,7 +521,7 @@ sh_video=d_video->sh;
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);
}