]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
osx writer: switch to little endian
authormaan <maan@Gumbo.local>
Thu, 8 Jun 2006 16:41:27 +0000 (18:41 +0200)
committermaan <maan@Gumbo.local>
Thu, 8 Jun 2006 16:41:27 +0000 (18:41 +0200)
still untested.

osx_writer.c

index e7fecc8262650e8a630b7892b9cabfb627fbc421..c07bbd51e6577152408eda231f5a0e1697b1bbd5 100644 (file)
@@ -208,8 +208,8 @@ static int osx_writer_open(struct writer_node *wn)
        format.mFormatID = kAudioFormatLinearPCM;
        /* flags specific to each format */
        format.mFormatFlags = kLinearPCMFormatFlagIsFloat
-               | kLinearPCMFormatFlagIsBigEndian
                | kLinearPCMFormatFlagIsPacked;
+       //      | kLinearPCMFormatFlagIsBigEndian;
        /*
         * We produce 2-channel audio. Now if we have a mega-super-hyper card for our
         * audio, it is its problem to convert it to 8-, 16-, 32- or 1024-channel data.