Changeset 139:4a577b978f6c in roaraudio


Ignore:
Timestamp:
07/14/08 12:36:37 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

what ever diffrents this makes, but valgrind is now happy

Location:
roard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roard/mixer.c

    r18 r139  
    6262 for (s = 0; s < samples; s++) { 
    6363  c = 0; 
    64   for (i = 0; input[i] != NULL; i++) 
     64  for (i = 0; input[i] != NULL; i++) { 
     65//   printf("D: input[i=%i] = %p\n", i, input[i]); 
    6566   c += in[i][s]; 
     67  } 
    6668 
    6769  if ( c > 32767 ) 
  • roard/streams.c

    r129 r139  
    396396   } 
    397397 
     398//   printf("D: bufs[have=%i] = %p\n", have, bufs[have]); 
     399 
    398400   ROAR_DBG("streams_get_mixbuffers(*):  bufs[have] = %p", bufs[have]); 
    399401   ROAR_DBG("streams_get_mixbuffers(*): *bufs[have] = 0x%08x...", *(uint32_t*)bufs[have]); 
     
    404406 
    405407 bufs[have] = NULL; 
     408 //printf("D: bufs[have=%i] = %p\n", have, bufs[have]); 
    406409 
    407410 ROAR_DBG("streams_get_mixbuffers(*): have = %i", have); 
Note: See TracChangeset for help on using the changeset viewer.