Ignore:
Timestamp:
06/12/12 15:32:44 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make use of new function roar_stream_new_by_info()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarinterconnect.c

    r5534 r5536  
    529529 } 
    530530 
    531  if ( roar_stream_new(stream, info.rate, info.channels, info.bits, info.codec) == -1 ) { 
     531 if ( roar_stream_new_by_info(stream, &info) == -1 ) { 
    532532  roar_disconnect(con); 
    533533  return 21; 
Note: See TracChangeset for help on using the changeset viewer.