X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_vout.h;h=ad08f3975f9d39d0e8356727b7544cefc8b71da7;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=51c219007ebbd75de5abefeae6bd03039afdca98;hpb=3fd7fd49d2262ada1d003b6fcbdf1bc432ce4eb0;p=vlc diff --git a/include/vlc_vout.h b/include/vlc_vout.h index 51c219007e..ad08f3975f 100644 --- a/include/vlc_vout.h +++ b/include/vlc_vout.h @@ -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 *****************************************************************************/