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