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 (* filters[10])(SDL_AudioCVT*, Uint16)' changed:
              array element type 'void (*)(SDL_AudioCVT*, Uint16)' changed:
                entity changed from 'void (*)(SDL_AudioCVT*, Uint16)' to 'typedef SDL12_AudioCVTFilter' at SDL12_compat.c:903:1
                type size hasn't changed
              type name changed from 'void (*[10])(SDL_AudioCVT*, Uint16)' to 'SDL12_AudioCVTFilter[10]'
              type size hasn't changed

