Changeset 397:32efb0d12bb8 in roaraudio


Ignore:
Timestamp:
08/09/08 23:28:08 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

bytes vs. samples solved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter_speex.c

    r396 r397  
    122122 
    123123 if ( self->fi_rest ) { 
    124   if ( self->fi_rest > still_todo ) { 
     124  if ( self->fi_rest > (still_todo*2) ) { 
    125125   ROAR_WARN("cf_speex_read(*): discarding input rest data: buffer too long!"); 
    126126   self->fi_rest = 0; 
Note: See TracChangeset for help on using the changeset viewer.