[Mplayer-cvslog] CVS: main/libmpcodecs ad_faad.c,1.13,1.14

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sat Sep 11 11:07:10 CEST 2004


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv26261/libmpcodecs

Modified Files:
	ad_faad.c 
Log Message:
output faad error message in case of a decoder error


Index: ad_faad.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_faad.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ad_faad.c	14 May 2004 18:47:17 -0000	1.13
+++ ad_faad.c	11 Sep 2004 09:07:07 -0000	1.14
@@ -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;




More information about the MPlayer-cvslog mailing list