- Timestamp:
- 09/16/06 13:06:03 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mpc_decoder.c
r10 r11 96 96 static mpc_int32_t f_read_dword(mpc_decoder *d, mpc_uint32_t * ptr, mpc_uint32_t count) 97 97 { 98 mpc_uint32_t n; 98 99 count = f_read(d, ptr, count << 2) >> 2; 99 100 #ifndef MPC_LITTLE_ENDIAN 100 mpc_uint32_t n;101 101 for(n = 0; n< count; n++) { 102 102 ptr[n] = mpc_swap32(ptr[n]);
Note: See TracChangeset
for help on using the changeset viewer.