Changeset 3823:d8a8c6d19430 in roaraudio


Ignore:
Timestamp:
05/11/10 17:06:22 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

count with correct (audio_)info struct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r3671 r3823  
    11841184 } 
    11851185 
    1186  s->pos = ROAR_MATH_OVERFLOW_ADD(s->pos, ROAR_OUTPUT_CALC_OUTBUFSAMP(info, outlen)*info->channels); 
     1186 s->pos = ROAR_MATH_OVERFLOW_ADD(s->pos, ROAR_OUTPUT_CALC_OUTBUFSAMP(info, outlen)*stream_info->channels); 
    11871187 
    11881188 ROAR_DBG("streams_fill_mixbuffer2(*) = 0"); 
Note: See TracChangeset for help on using the changeset viewer.