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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/kitchensink/kitplayer.h b/include/kitchensink/kitplayer.h
index 1d1f5f9..5a6d9b4 100644
--- a/include/kitchensink/kitplayer.h
+++ b/include/kitchensink/kitplayer.h
@@ -82,6 +82,10 @@ typedef struct Kit_Player {
void *swr; ///< FFmpeg: Audio resampler
void *sws; ///< FFmpeg: Video converter
+ // libass
+ void *ass_renderer;
+ void *ass_track;
+
// Other
uint8_t seek_flag;
const Kit_Source *src; ///< Reference to Audio/Video source