There was an error fetching the commit references. Please try again later.
Fixed static data in h36
Fixed the initialization of some static data by treating them as static vectors and initializing them with a lambda function. In principle, this rules out possible problems arising when multiple threads call the decode function simultaneously for the the first time. The vectors are then declared as const for clarity.
Please register or sign in to comment