• Max Kellermann's avatar
    decoder/flac: store the whole stream info object, not duration · 7b13776f
    Max Kellermann authored
    We don't want to work with floating point values if possible.  Get the
    integer number of frames from the FLAC__StreamMetadata_StreamInfo
    object, and convert it into a float duration on demand.  This patch
    adds a check if the STREAMINFO packet has been received yet.
    7b13776f
oggflac_plugin.c 10.9 KB