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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kitchensink/internal/video/kitvideo.h b/include/kitchensink/internal/video/kitvideo.h
index 5c072ef..b393347 100644
--- a/include/kitchensink/internal/video/kitvideo.h
+++ b/include/kitchensink/internal/video/kitvideo.h
@@ -9,5 +9,6 @@
KIT_LOCAL Kit_Decoder* Kit_CreateVideoDecoder(const Kit_Source *src, int stream_index);
KIT_LOCAL int Kit_GetVideoDecoderData(Kit_Decoder *dec, SDL_Texture *texture);
+KIT_LOCAL double Kit_GetVideoDecoderPTS(Kit_Decoder *dec);
#endif // KITVIDEO_H