• Max Kellermann's avatar
    flac: call flac_process_metadata() for ogg files · 23a4ce44
    Max Kellermann authored
    The flac plugin wasn't initialized properly when an OGG file was being
    decoded.  For some reason, flac_process_metadata() was explicitly not
    called for OGG files.  Since that seems to fix the issue, make it
    always call flac_process_metadata().
    23a4ce44
flac_plugin.c 13.6 KB