summaryrefslogtreecommitdiff
path: root/include/kitchensink/kitplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kitchensink/kitplayer.h')
-rw-r--r--include/kitchensink/kitplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kitchensink/kitplayer.h b/include/kitchensink/kitplayer.h
index b5c7ca3..3202272 100644
--- a/include/kitchensink/kitplayer.h
+++ b/include/kitchensink/kitplayer.h
@@ -6,6 +6,7 @@
#include <stdbool.h>
#include <SDL2/SDL_render.h>
+#include <SDL2/SDL_thread.h>
#ifdef __cplusplus
extern "C" {
@@ -36,6 +37,7 @@ typedef struct Kit_VideoFormat {
} Kit_VideoFormat;
typedef struct Kit_Player {
+ SDL_Thread *dec_thread;
Kit_PlayerState state;
Kit_VideoFormat vformat;
Kit_AudioFormat aformat;