Changeset 2022:a45b42f30863 in roaraudio for libroarsndio


Ignore:
Timestamp:
06/19/09 17:53:21 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added debug lion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarsndio/stream.c

    r2020 r2022  
    4848 if ( (fh = roar_simple_new_stream_obj(&(hdl->con), &(hdl->stream), _i(rate), _i(channels), _i(bits), _i(codec), ROAR_DIR_PLAY)) == -1 ) 
    4949  return 0; 
     50 
     51 ROAR_DBG("sio_start(hdl=%p): rate=%i, channels=%i, bits=%i, codec=%i", hdl, _i(rate), _i(channels), _i(bits), _i(codec)); 
    5052 
    5153 if ( roar_vio_open_fh_socket(&(hdl->svio), fh) == -1 ) { 
Note: See TracChangeset for help on using the changeset viewer.