summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mencoder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index aa60fa079d..c9e8fb6975 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -520,6 +520,8 @@ 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_FATAL,MSGTR_NoAudioEncoderSelected);
mencoder_exit(1,NULL);
}