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