]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc_vout.h
index 128bd54cb3ba0a39eca71e613d146e82a2ae5617..ad08f3975f9d39d0e8356727b7544cefc8b71da7 100644 (file)
@@ -85,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
  *****************************************************************************/