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

Diego Biurrun diego at biurrun.de
Fri Mar 25 16:07:41 CET 2005


On Fri, Mar 25, 2005 at 01:20:02PM +0100, Diego Biurrun wrote:
> On Fri, Mar 25, 2005 at 02:07:44PM +0900, Chris White wrote:
> > --- 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 @@
> > >>-			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.
> 
> Let me be more clear: Both patches were made for PPC, what I'm asking
> for is testing on i386.  Anyway, the patch is quite trivial and should
> be low risk, I'm going to apply it soon.

Chris said yes on IRC, committed.

Diego




More information about the MPlayer-dev-eng mailing list