PyCriCodecs
PyCriCodecs copied to clipboard
Fix audio header padding
Audio header padding is now correctly applied.
Without the change taking an existing USM with VP9 + HCA and simply extracting and rebuilding would yield a USM that would throw an error when calling get_metadata(). With the change the same process yields a successfully parsed USM. This also gets audio playing in game instead of hanging on a black screen.