Changeset 3549:91a128a3d7ae in roaraudio


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

map data on input streams

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r3546 r3549  
    11111111 ss->is_new = 0; 
    11121112 
     1113 // check channel map: 
     1114 if ( roardsp_chanmap_mappcm(indata, indata, inlen, stream_info->channels, ss->chanmap.map, stream_info->bits) == -1 ) { 
     1115  if ( bufbuf != NULL ) 
     1116   roar_buffer_free(bufbuf); 
     1117  return -1; 
     1118 } 
     1119 
     1120 // check codec, bits, channels, rate... 
    11131121 if ( is_the_same ) { 
    11141122  if ( indata != outdata ) 
Note: See TracChangeset for help on using the changeset viewer.