summaryrefslogtreecommitdiff
path: root/include/kitchensink/kitsource.h
diff options
context:
space:
mode:
authorTuomas Virtanen <katajakasa@gmail.com>2018-04-04 23:09:55 +0300
committerTuomas Virtanen <katajakasa@gmail.com>2018-04-04 23:09:55 +0300
commitdf0ba1e67062fba5d9d6464bb6a40e808760b4dc (patch)
treeffeec6c5fd95ffb4af896b2fd96b2b5f74172fa1 /include/kitchensink/kitsource.h
parentf5188876ce863b26f1f5c9c00cb788642ad84afd (diff)
Fix bitmap subtitle playback
Diffstat (limited to 'include/kitchensink/kitsource.h')
-rw-r--r--include/kitchensink/kitsource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kitchensink/kitsource.h b/include/kitchensink/kitsource.h
index ea85d57..9c4d1b7 100644
--- a/include/kitchensink/kitsource.h
+++ b/include/kitchensink/kitsource.h
@@ -26,7 +26,7 @@ typedef struct Kit_Source {
void *format_ctx; ///< FFmpeg: Videostream format context
} Kit_Source;
-typedef struct Kit_Stream {
+typedef struct Kit_StreamInfo {
int index; ///< Stream index
Kit_StreamType type; ///< Stream type
} Kit_StreamInfo;