]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc_vout.h
index 51c219007ebbd75de5abefeae6bd03039afdca98..ad08f3975f9d39d0e8356727b7544cefc8b71da7 100644 (file)
@@ -53,6 +53,7 @@
 typedef struct {
     vout_thread_t        *vout;
     vlc_object_t         *input;
+    bool                 change_fmt;
     const video_format_t *fmt;
     unsigned             dpb_size;
 } vout_configuration_t;
@@ -84,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
  *****************************************************************************/