Changeset 3551:6975683fbd9e in roaraudio for libroardsp


Ignore:
Timestamp:
02/20/10 02:59:13 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/channels.c

    r3550 r3551  
    531531  return -1; 
    532532 
     533#if 0 
     534 { int i; 
     535  printf("---- BEGIN MAP ----\n"); 
     536  for (i = 0; i < chans; i++) { 
     537   printf("MAP: %i->%i\n", i, map[i]); 
     538  } 
     539  printf("---- END MAP ----\n"); 
     540 } 
     541#endif 
     542 
    533543 switch (bits) { 
    534544  case  8: return roardsp_chanmap_mappcm8(out, in, len, chans, map);  break; 
Note: See TracChangeset for help on using the changeset viewer.