summaryrefslogtreecommitdiff
path: root/include/kitchensink/internal/video/kitvideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kitchensink/internal/video/kitvideo.h')
-rw-r--r--include/kitchensink/internal/video/kitvideo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kitchensink/internal/video/kitvideo.h b/include/kitchensink/internal/video/kitvideo.h
index 6978d9f..5a5624f 100644
--- a/include/kitchensink/internal/video/kitvideo.h
+++ b/include/kitchensink/internal/video/kitvideo.h
@@ -7,6 +7,6 @@
#include "kitchensink/internal/kitdecoder.h"
KIT_LOCAL Kit_Decoder* Kit_CreateVideoDecoder(const Kit_Source *src, Kit_VideoFormat *format);
-KIT_LOCAL int Kit_GetVideoDecoderDataTexture(Kit_Decoder *dec, SDL_Texture *texture);
+KIT_LOCAL int Kit_GetVideoDecoderData(Kit_Decoder *dec, SDL_Texture *texture);
#endif // KITVIDEO_H