Changeset 977:98bd572668d5 in roaraudio


Ignore:
Timestamp:
12/17/08 21:08:48 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

return g_pos and set mixing stream to type mixing for oinfo req

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/req.c

    r966 r977  
    311311 memset(&s, 0, sizeof(struct roar_stream)); 
    312312 
    313  s.dir           = ROAR_DIR_OUTPUT; 
     313 s.dir           = ROAR_DIR_MIXING; 
    314314 s.pos_rel_id    = -1; 
    315315 s.info.rate     = g_sa->rate; 
     
    317317 s.info.channels = g_sa->channels; 
    318318 s.info.codec    = g_sa->codec; 
     319 s.pos           = g_pos; 
    319320 
    320321 if ( roar_stream_s2m(&s, mes) == -1 ) 
Note: See TracChangeset for help on using the changeset viewer.