From 9777f2b386f7846fe5ebfe04d3086c157baea2db Mon Sep 17 00:00:00 2001 From: Tuomas Virtanen Date: Mon, 26 Mar 2018 18:22:59 +0300 Subject: Cleanup and function renames --- include/kitchensink/kitplayer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/kitchensink/kitplayer.h') diff --git a/include/kitchensink/kitplayer.h b/include/kitchensink/kitplayer.h index a5c93a2..4c80e9a 100644 --- a/include/kitchensink/kitplayer.h +++ b/include/kitchensink/kitplayer.h @@ -56,8 +56,8 @@ KIT_API Kit_Player* Kit_CreatePlayer(const Kit_Source *src); KIT_API void Kit_ClosePlayer(Kit_Player *player); KIT_API int Kit_UpdatePlayer(Kit_Player *player); -KIT_API int Kit_GetVideoData(Kit_Player *player, SDL_Texture *texture); -KIT_API int Kit_GetSubtitleData(Kit_Player *player, SDL_Texture *texture); +KIT_API int Kit_GetVideoDataTexture(Kit_Player *player, SDL_Texture *texture); +KIT_API int Kit_GetSubtitleDataTexture(Kit_Player *player, SDL_Texture *texture); KIT_API int Kit_GetAudioData(Kit_Player *player, unsigned char *buffer, int length); KIT_API void Kit_GetPlayerInfo(const Kit_Player *player, Kit_PlayerInfo *info); -- cgit v1.2.3