[ecasound] Minor patch

From: Aaron Heller <heller@email-addr-hidden>
Date: Sun Aug 06 2006 - 02:26:36 EEST

Here's a minor path that fixes some typos that were preventing 24- and
32-bit big-endian files from working correctly.

blumlein% cvs diff -u eca-audio-format.cpp
Index: eca-audio-format.cpp
===================================================================
RCS file:
/home/cvspsrv/cvsroot/sound/ecasound/libecasound/eca-audio-format.cpp,v
retrieving revision 1.14
diff -u -r1.14 eca-audio-format.cpp
--- eca-audio-format.cpp 12 Dec 2004 17:02:25 -0000 1.14
+++ eca-audio-format.cpp 5 Aug 2006 23:23:50 -0000
@@ -136,7 +136,7 @@
 
     case sfmt_s24_be:
       sc_rep = sc_signed;
- update_sample_endianess(se_little);
+ update_sample_endianess(se_big);
       align_rep = 3;
       break;
 
@@ -160,7 +160,7 @@
 
     case sfmt_s32_be:
       sc_rep = sc_signed;
- update_sample_endianess(se_little);
+ update_sample_endianess(se_big);
       align_rep = 4;
       break;

-- 
Aaron J. Heller <heller@email-addr-hidden>
Menlo Park, CA US
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Ecasound-list mailing list
Ecasound-list@email-addr-hidden
https://lists.sourceforge.net/lists/listinfo/ecasound-list
Received on Sun Aug 6 08:15:02 2006

This archive was generated by hypermail 2.1.8 : Sun Aug 06 2006 - 08:15:02 EEST