]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - osx_writer.c
osx writer: switch to little endian
[paraslash.git] / 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.