]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Privatized remaining vout fields.
[vlc] / include / vlc_vout.h
index 2f562245fc775afca4ae601bf320d28cf8fb39be..2e14ef7bb5ddd41af4671305bdb0e224a86a58d3 100644 (file)
@@ -63,10 +63,6 @@ struct vout_thread_t
 {
     VLC_COMMON_MEMBERS
 
-    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) */
-
     /* Private vout_thread data */
     vout_thread_sys_t *p;
 };