[Mplayer-cvslog] CVS: main/libmpcodecs ad_hwac3.c,1.3,1.4

Arpi of Ize arpi at mplayerhq.hu
Tue Apr 23 00:34:39 CEST 2002


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

Modified Files:
	ad_hwac3.c 
Log Message:
changed back to AFMT_AC3 (but now libao2 drivers autodetect it and fallback to S16) - idea by Vincent.Mussard at lineae.net

Index: ad_hwac3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_hwac3.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ad_hwac3.c	1 Apr 2002 17:57:51 -0000	1.3
+++ ad_hwac3.c	22 Apr 2002 22:34:37 -0000	1.4
@@ -34,6 +34,7 @@
   sh->audio_out_minsize=4*256*6;
   sh->audio_in_minsize=3840;
   sh->channels=2;
+  sh->sample_format=AFMT_AC3;
   return 1;
 }
 




More information about the MPlayer-cvslog mailing list