Changeset 634:01d26682dd80 in roaraudio for roard/codecfilter_vorbis.c


Ignore:
Timestamp:
08/20/08 20:12:05 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

allow setting -1 as fh for stream, added ROAR_DIR_OUTPUT where ROAR_DIR_MONITOR is in the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter_vorbis.c

    r602 r634  
    3838 if ( s->dir == ROAR_DIR_PLAY ) { 
    3939  return 0; 
    40  } else if ( s->dir == ROAR_DIR_MONITOR ) { 
     40 } else if ( s->dir == ROAR_DIR_MONITOR || s->dir == ROAR_DIR_OUTPUT ) { 
    4141#ifdef ROAR_HAVE_LIBVORBISENC 
    4242  // set up the encoder here 
Note: See TracChangeset for help on using the changeset viewer.