Changeset 2835:191b93956b80 in roaraudio


Ignore:
Timestamp:
10/03/09 01:02:16 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

return error on cf open failed correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r2816 r2835  
    444444  if ( codecfilter_open(&(ss->codecfilter_inst), &(ss->codecfilter), NULL, 
    445445                   s->info.codec, ss) == -1 ) { 
    446    return streams_delete(id); // TODO: FIXME: is this correct? shoudn't we return -1 in any case here? 
     446   streams_delete(id); // TODO: FIXME: is this correct? shoudn't we return -1 in any case here? 
     447   return -1; 
    447448  } 
    448449 } 
Note: See TracChangeset for help on using the changeset viewer.