• Jochen Keil's avatar
    Bugfix for time/offset in flac plugin · 80e2aaf3
    Jochen Keil authored
    Previous cast to float didn't have any effect because one value is uint
    and the other is a floating type but the number itself is even..
    This caused some tracks to end before they were really at an end.
    80e2aaf3
flac_plugin.c 22.6 KB