[MPlayer-cvslog] CVS: main/libmpcodecs ad_dvdpcm.c,1.7,1.8

Reimar Döffinger CVS syncmail at mplayerhq.hu
Fri Nov 19 15:42:19 CET 2004


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	ad_dvdpcm.c 
Log Message:
24bit LPCM is signed...


Index: ad_dvdpcm.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_dvdpcm.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ad_dvdpcm.c	9 Oct 2004 20:04:26 -0000	1.7
+++ ad_dvdpcm.c	19 Nov 2004 14:42:17 -0000	1.8
@@ -43,7 +43,7 @@
 	    sh->i_bps = sh->channels * sh->samplerate * 5 / 2;
 	  case 2: 
 	    sh->sample_format = AFMT_AF_FLAGS | AF_FORMAT_I |
-	                         AF_FORMAT_BE | AF_FORMAT_US;
+	                         AF_FORMAT_BE | AF_FORMAT_SI;
 	    sh->samplesize = 3;
 	    break;
 	  default:




More information about the MPlayer-cvslog mailing list