Ignore:
Timestamp:
11/22/11 14:47:44 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use support to set mixer ID up at least one API layer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarrsound/libroarrsound.c

    r5238 r5289  
    341341 
    342342 if ( roar_vio_simple_new_stream_obj(&(self->vio), &(self->con), &(self->stream), 
    343                                      self->rsound.rate, self->rsound.channels, bits, codec, ROAR_DIR_PLAY) == -1 ) 
     343                                     self->rsound.rate, self->rsound.channels, bits, codec, ROAR_DIR_PLAY, -1) == -1 ) 
    344344  return -1; 
    345345 
Note: See TracChangeset for help on using the changeset viewer.