Changeset 3546:1fe7354f69c3 in roaraudio


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

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r3544 r3546  
    332332 
    333333  memcpy(ss->chanmap.out, ss->chanmap.in, sizeof(ss->chanmap.out)); 
    334   roardsp_chanmap_calc(&(ss->chanmap), ROARDSP_CHANMAP_MAP, 0); // MAP and INVMAP are the same when in==out 
     334  streams_set_map(id, NULL, 0); 
    335335 } else { 
    336336  streams_set_mixer_stream(id, id); 
Note: See TracChangeset for help on using the changeset viewer.