Functions changes summary: 0 Removed, 1 Changed (1 filtered out), 0 Added functions
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable

1 function with some indirect sub-type change:

  [C] 'function int SDL_BuildAudioCVT(SDL12_AudioCVT*, Uint16, Uint8, int, Uint16, Uint8, int)' at SDL12_compat.c:9383:1 has some indirect sub-type changes:
    parameter 1 of type 'SDL12_AudioCVT*' has sub-type changes:
      in pointed to type 'typedef SDL12_AudioCVT' at SDL12_compat.c:920:1:
        underlying type 'struct SDL12_AudioCVT' at SDL12_compat.c:880:1 changed:
          type size hasn't changed
          1 data member change:
            type of 'void (SDL_AudioCVT*, typedef Uint16)* filters[10]' changed:
              array element type 'void (SDL_AudioCVT*, typedef Uint16)*' changed:
                entity changed from 'void (SDL_AudioCVT*, typedef Uint16)*' to compatible type 'typedef SDL12_AudioCVTFilter' at SDL12_compat.c:903:1
                  in pointed to type 'function type void (SDL_AudioCVT*, typedef SDL_AudioFormat)':
                    parameter 1 of type 'SDL_AudioCVT*' changed:
                      in pointed to type 'struct SDL_AudioCVT' at SDL12_compat.c:907:1:
                        type name changed from 'SDL_AudioCVT' to 'SDL12_AudioCVT'
                        type size changed from 1024 to 1088 (in bits)
                        3 data member changes (8 filtered):
                          'double len_ratio' offset changed from 288 to 320 (in bits) (by +32 bits)
                          name of 'SDL_AudioCVT::filters' changed to 'SDL12_AudioCVT::filters' at SDL12_compat.c:918:1, offset changed from 352 to 384 (in bits) (by +32 bits)
                          'int filter_index' offset changed from 992 to 1024 (in bits) (by +32 bits)
              type name changed from 'void (SDL_AudioCVT*, typedef Uint16)*[10]' to 'SDL12_AudioCVTFilter[10]'
              type size hasn't changed

