Changeset 3555:58ca37af083d in roaraudio


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

this does currently not work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r3554 r3555  
    11121112 
    11131113 // check channel map: 
     1114#if 0 
    11141115 if ( roardsp_chanmap_mappcm(indata, indata, inlen, stream_info->channels, &(ss->chanmap), stream_info->bits) == -1 ) { 
    11151116  if ( bufbuf != NULL ) 
     
    11171118  return -1; 
    11181119 } 
     1120#endif 
    11191121 
    11201122 // check codec, bits, channels, rate... 
Note: See TracChangeset for help on using the changeset viewer.