diff mp_core.h @ 25219:e82ecde2cbd4

Mark several uses of vo_functions_t as const to stop some of the current hacks e.g. in vidix code from spreading.
author reimar
date Sun, 02 Dec 2007 14:24:23 +0000
parents 76f5d8892c04
children 42aa06653705
line wrap: on
line diff
--- a/mp_core.h	Sun Dec 02 14:17:45 2007 +0000
+++ b/mp_core.h	Sun Dec 02 14:24:23 2007 +0000
@@ -61,7 +61,7 @@
     demux_stream_t *d_video;
     demux_stream_t *d_sub;
     mixer_t mixer;
-    vo_functions_t *video_out;
+    const vo_functions_t *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.