mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 17:12:36 +00:00
Remove duplicate message, the same info is printed anyway.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20863 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
82ef2ebe08
commit
8619594a1d
@ -466,7 +466,6 @@ static demuxer_t* demux_open_avi(demuxer_t* demuxer){
|
||||
return NULL;
|
||||
}
|
||||
if(a_pos==-1){
|
||||
mp_msg(MSGT_DEMUX,MSGL_INFO,"AVI_NI: " MSGTR_MissingAudioStream);
|
||||
d_audio->sh=sh_audio=NULL;
|
||||
} else {
|
||||
if(force_ni || abs(a_pos-v_pos)>0x100000){ // distance > 1MB
|
||||
|
Loading…
Reference in New Issue
Block a user