summaryrefslogtreecommitdiffstats
path: root/stream/rar.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/rar.h')
-rw-r--r--stream/rar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/rar.h b/stream/rar.h
index c9003b8a1b..f7f80a8177 100644
--- a/stream/rar.h
+++ b/stream/rar.h
@@ -45,6 +45,7 @@ typedef struct {
// When actually reading the data
struct mpv_global *global;
+ struct mp_cancel *cancel;
uint64_t i_pos;
stream_t *s;
rar_file_chunk_t *current_chunk;