summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp_core.h b/mp_core.h
index 57d32ffafa..e6149266c2 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -59,7 +59,7 @@ typedef struct MPContext {
demux_stream_t *d_video;
demux_stream_t *d_sub;
mixer_t mixer;
- const vo_functions_t *video_out;
+ struct vo *video_out;
// Frames buffered in the vo ready to flip. Currently always 0 or 1.
// This is really a vo variable but currently there's no suitable vo
// struct.