The type info table for VSE modifiers was initialized to point to global variables on first use. But really there's no reason to do that, we can just declare the actual table instead. This is both shorter, and avoids dances with preprocessor (INIT_TYPE macro). Pull Request: https://projects.blender.org/blender/blender/pulls/131958