]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_internal.h
Privatized remaining vout fields.
[vlc] / src / video_output / vout_internal.h
index c9b2ea3c56644b55ef3336b83d8f64519bd50006..a182e72f2ff891e8a81fe606e0dcb9fbf645a65e 100644 (file)
@@ -51,6 +51,11 @@ struct vout_thread_sys_t
     /* Video output configuration */
     config_chain_t *p_cfg;
 
+    /* */
+    video_format_t  fmt_render;      /* render format (from the decoder) */
+    video_format_t  fmt_in;            /* input (modified render) format */
+    video_format_t  fmt_out;     /* output format (for the video output) */
+
     /* Thread & synchronization */
     vlc_thread_t    thread;
     vlc_cond_t      change_wait;