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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/kitchensink/internal/video/kitvideo.h b/include/kitchensink/internal/video/kitvideo.h
new file mode 100644
index 0000000..6978d9f
--- /dev/null
+++ b/include/kitchensink/internal/video/kitvideo.h
@@ -0,0 +1,12 @@
+#ifndef KITVIDEO_H
+#define KITVIDEO_H
+
+#include "kitchensink/kitconfig.h"
+#include "kitchensink/kitformats.h"
+#include "kitchensink/kitplayer.h"
+#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);
+
+#endif // KITVIDEO_H