Changeset 5289:ddb3677af4d0 in roaraudio for roarclients/roarfilt.c


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
  • roarclients/roarfilt.c

    r5180 r5289  
    244244 if ( roar_vio_simple_stream(&svio, 
    245245                             info.rate, info.channels, info.bits, info.codec, 
    246                              server, ROAR_DIR_FILTER, "roarfilt") == -1 ) { 
     246                             server, ROAR_DIR_FILTER, "roarfilt", -1) == -1 ) { 
    247247  fprintf(stderr, "Error: can not start playback\n"); 
    248248  return 1; 
Note: See TracChangeset for help on using the changeset viewer.