Is there a reason that functions SDL_BuildAudioCVT / SDL_ConvertAudio in SDL2 are using native functions, but in SDL1 they are "implemented" using my_SDL_BuildAudioCVT / my_SDL_ConvertAudio (which just print a text that the function is unimplemented) ?