Changeset 2095:619c14fd0823 in roaraudio


Ignore:
Timestamp:
07/20/09 19:34:10 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use roar_conv2()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r2091 r2095  
    909909   memset(outdata+inlen, 0, outlen-inlen); 
    910910 } else { 
    911   if ( roar_conv(outdata, indata, (8*inlen_got*info->rate)/(stream_info->rate * stream_info->bits), stream_info, info) == -1 ) { 
     911//  if ( roar_conv(outdata, indata, (8*inlen_got*info->rate)/(stream_info->rate * stream_info->bits), stream_info, info) == -1 ) { 
     912  if ( roar_conv2(bufdata, indata, inlen, stream_info, info, buflen) == -1 ) { 
    912913   if ( bufbuf != NULL ) 
    913914    roar_buffer_free(bufbuf); 
Note: See TracChangeset for help on using the changeset viewer.