[MPlayer-dev-eng] [PATCH] bigendian fix for ao_jack

Chris White chriswhite at gentoo.org
Fri Mar 25 06:07:44 CET 2005


--- libao2/ao_jack.c_old 2005-02-13 20:59:19.789628272 +0000

>>+++ libao2/ao_jack.c	2005-02-13 20:59:32.437705472 +0000
>>@@ -103,7 +103,7 @@
>> 			m = 1;
>> 			break;
>> 		default:
>>-			format = AFMT_S16_LE;
>>+			format = AFMT_S16_NE;
>>    
>>
>
>OK, this is a more elegant solution.  Can I assume you have tested this
>on both PPC and i386?
>  
>
Yup, I had a nice ppc with g4 processor hanging around that I tested it on.

>Diego
>
>_______________________________________________
>MPlayer-dev-eng mailing list
>MPlayer-dev-eng at mplayerhq.hu
>http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
>
>  
>


-- 
Chris White <chriswhite at gentoo.org>
------------------------
Sound   | Video   | PPC
ChrisWhite @ irc.freenode.net
cpw @ irc.freenode.net

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20050325/4facb8a6/attachment.pgp>


More information about the MPlayer-dev-eng mailing list