Changeset 1528:c33204994901 in roaraudio


Ignore:
Timestamp:
04/12/09 00:38:13 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

set stream id and pointer for this server stream in add_output()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r1522 r1528  
    250250  return -1; 
    251251 } 
     252 
     253 roar_vio_ctl(&(ss->vio), ROAR_VIO_CTL_SET_SSTREAMID, &stream); // ignore errors here 
     254 roar_vio_ctl(&(ss->vio), ROAR_VIO_CTL_SET_SSTREAM,   s); // ignore errors here 
    252255 
    253256 if ( blocks != -1 ) 
Note: See TracChangeset for help on using the changeset viewer.