Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_sndfile.c

    rc6e7ba1 r985d5c4  
    141141          s->input_samplerate, s->samplerate);
    142142    }
     143    s->duration = (uint_t)FLOOR(s->duration * s->ratio);
    143144  }
    144145#else
Note: See TracChangeset for help on using the changeset viewer.