]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc_vout.h
index aa144d509add70cafba2b3b0120535e72c76ca3b..ad08f3975f9d39d0e8356727b7544cefc8b71da7 100644 (file)
  */
 typedef struct {
     vout_thread_t        *vout;
+    vlc_object_t         *input;
+    bool                 change_fmt;
     const video_format_t *fmt;
+    unsigned             dpb_size;
 } vout_configuration_t;
 
 /**
@@ -82,9 +85,6 @@ struct vout_thread_t {
 #define VOUT_ALIGN_BOTTOM       0x0008
 #define VOUT_ALIGN_VMASK        0x000C
 
-/* scaling factor (applied to i_zoom in vout_thread_t) */
-#define ZOOM_FP_FACTOR          1000
-
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/