1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-22 14:52:43 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8798 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-01-05 14:35:35 +00:00
parent 0b21347be7
commit 308c05501e

View File

@ -521,7 +521,7 @@ sh_video=d_video->sh;
if(sh_audio && out_audio_codec<0){ if(sh_audio && out_audio_codec<0){
if(audio_id==-2) 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); mp_msg(MSGT_MENCODER,MSGL_FATAL,MSGTR_NoAudioEncoderSelected);
mencoder_exit(1,NULL); mencoder_exit(1,NULL);
} }