Changeset 350:a17a3bc11de1 in roaraudio


Ignore:
Timestamp:
07/31/08 23:02:11 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

removed the lookahead parameter as it seems not to exist anymore with CELT 0.4.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter_celt.c

    r333 r350  
    5656 } 
    5757  
    58  self->mode                 = celt_mode_create(s->info.rate, s->info.channels, self->frame_size, self->lookahead, NULL); 
     58 self->mode                 = celt_mode_create(s->info.rate, s->info.channels, self->frame_size, NULL); 
    5959 
    6060 if ( !self->mode ) { 
Note: See TracChangeset for help on using the changeset viewer.