Changeset 5536:72763f8d8270 in roaraudio for roarclients/roarradio.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/roarradio.c

    r5534 r5536  
    214214 } 
    215215 
    216  if ( roar_stream_new(stream, info.rate, info.channels, info.bits, info.codec) == -1 ) { 
     216 if ( roar_stream_new_by_info(stream, &info) == -1 ) { 
    217217  roar_disconnect(con); 
    218218  return 1; 
Note: See TracChangeset for help on using the changeset viewer.