Changeset 2692:9c4c5cb470c7 in roaraudio


Ignore:
Timestamp:
09/13/09 03:03:36 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use correct stream dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarmon.c

    r2681 r2692  
    144144    if ( codec    == -1 ) codec    = ROAR_CODEC_DMX512; 
    145145   break; 
    146   case ROAR_DIR_COMPLEX_IN: 
     146  case ROAR_DIR_COMPLEX_OUT: 
    147147    if ( rate     == -1 ) rate     = ROAR_COMPLEX_RATE; 
    148148    if ( bits     == -1 ) bits     = ROAR_COMPLEX_BITS; 
Note: See TracChangeset for help on using the changeset viewer.