mirror of https://github.com/mpv-player/mpv
output faad error message in case of a decoder error
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13308 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d73d711330
commit
9135ad6154
|
@ -193,7 +193,8 @@ static int decode_audio(sh_audio_t *sh,unsigned char *buf,int minlen,int maxlen)
|
|||
}
|
||||
|
||||
if(faac_finfo.error > 0) {
|
||||
mp_msg(MSGT_DECAUDIO,MSGL_WARN,"FAAD: Trying to resync!\n");
|
||||
mp_msg(MSGT_DECAUDIO,MSGL_WARN,"FAAD: error: %s, trying to resync!\n",
|
||||
faacDecGetErrorMessage(faac_finfo.error));
|
||||
j++;
|
||||
} else
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue