summaryrefslogtreecommitdiff
path: root/include/kitchensink/kitsource.h
diff options
context:
space:
mode:
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;