Changeset 5536:72763f8d8270 in roaraudio for roarclients/roarmonhttp.c


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/roarmonhttp.c

    r5534 r5536  
    340340 } 
    341341 
    342  if ( roar_stream_new(&s, info.rate, info.channels, info.bits, info.codec) == -1 ) { 
     342 if ( roar_stream_new_by_info(&s, &info) == -1 ) { 
    343343  roar_disconnect(&con); 
    344344  return 20; 
Note: See TracChangeset for help on using the changeset viewer.