mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 09:57:00 +02:00
It's currently possible to seek to the total sample count of an audio loader. We must limit seeking to one less than that count. This mistake was duplicated in both AudioCodecPluginSerenity/Ladybird, so the computation was moved to a helper in the base AudioCodecPlugin.