X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_vout.h;h=ad08f3975f9d39d0e8356727b7544cefc8b71da7;hb=c60652e38ac6afd74bd8225e9dae5406f13aaa4f;hp=f42d319481be83c02e287ea68a5866e14acd5c3f;hpb=4b9c63a36eded246ad9ef1ea0de0cf7b38d29ad9;p=vlc diff --git a/include/vlc_vout.h b/include/vlc_vout.h index f42d319481..ad08f3975f 100644 --- a/include/vlc_vout.h +++ b/include/vlc_vout.h @@ -53,7 +53,9 @@ typedef struct { vout_thread_t *vout; vlc_object_t *input; + bool change_fmt; const video_format_t *fmt; + unsigned dpb_size; } vout_configuration_t; /** @@ -83,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 *****************************************************************************/