Changeset 3554:129c6f16409b in roaraudio for roard/streams.c


Ignore:
Timestamp:
02/20/10 03:57:01 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

update API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r3549 r3554  
    11121112 
    11131113 // check channel map: 
    1114  if ( roardsp_chanmap_mappcm(indata, indata, inlen, stream_info->channels, ss->chanmap.map, stream_info->bits) == -1 ) { 
     1114 if ( roardsp_chanmap_mappcm(indata, indata, inlen, stream_info->channels, &(ss->chanmap), stream_info->bits) == -1 ) { 
    11151115  if ( bufbuf != NULL ) 
    11161116   roar_buffer_free(bufbuf); 
Note: See TracChangeset for help on using the changeset viewer.