Changeset 171 for libmpc/branches/r2d/mpcenc/wave_in.c
- Timestamp:
- 12/19/06 23:02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/mpcenc/wave_in.c
r165 r171 301 301 302 302 // Convert to float and calculate M=(L+R)/2 and S=(L-R)/2 signals 303 #if ENDIAN == HAVE_LITTLE_ENDIAN303 #ifndef MPC_BIG_ENDIAN 304 304 if ( t->BytesPerSample == 2 ) { 305 305 switch ( t->Channels ) {
Note: See TracChangeset
for help on using the changeset viewer.