Mercurial > mplayer.hg
diff libmpcodecs/ad_faad.c @ 13307:b94f228dfed6
output faad error message in case of a decoder error
| author | reimar |
|---|---|
| date | Sat, 11 Sep 2004 09:07:07 +0000 |
| parents | 6f11d107f7b8 |
| children | 9d0b052c4f74 |
line wrap: on
line diff
--- a/libmpcodecs/ad_faad.c Fri Sep 10 22:22:02 2004 +0000 +++ b/libmpcodecs/ad_faad.c Sat Sep 11 09:07:07 2004 +0000 @@ -193,7 +193,8 @@ } 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;
