[Mplayer-cvslog] CVS: main/libmpcodecs ad_faad.c,1.7,1.8

Arpi of Ize arpi at mplayerhq.hu
Mon Oct 7 12:19:02 CEST 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv28482

Modified Files:
	ad_faad.c 
Log Message:
I think libfaad2 changed recently. The functions faacDecInit() and
faacDecInit2() now return the number of channels through a pointer to char
(was: pointer to long).
patch by Uwe.Reder at 3SOFT.de


Index: ad_faad.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_faad.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ad_faad.c	31 Aug 2002 13:09:23 -0000	1.7
+++ ad_faad.c	7 Oct 2002 10:18:46 -0000	1.8
@@ -45,7 +45,8 @@
 
 static int init(sh_audio_t *sh)
 {
-  unsigned long faac_samplerate, faac_channels;
+  unsigned long faac_samplerate;
+  unsigned char faac_channels;
   int faac_init;
   faac_hdec = faacDecOpen();
 




More information about the MPlayer-cvslog mailing list