Changeset 198:168dadfccd08 in roaraudio for roard/codecfilter_cmd.c


Ignore:
Timestamp:
07/20/08 21:35:00 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added closefh, lenclose parameters to lib_run_bg to support to close fhs we do not know about

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter_cmd.c

    r197 r198  
    1212 } 
    1313 
    14  if ( lib_run_bg(filter->options, ((struct roar_stream*)info)->fh, socks[1], ROAR_STDERR) == -1 ) 
     14 if ( lib_run_bg(filter->options, ((struct roar_stream*)info)->fh, socks[1], ROAR_STDERR, socks, 2) == -1 ) 
    1515  return -1; 
    1616 
Note: See TracChangeset for help on using the changeset viewer.