[vlc-devel] [PATCH] core-vout: increase maximum format size from 8k to 16k

Francois Cartegnie fcvlcdev at free.fr
Mon Jul 10 11:28:38 CEST 2017


Le 07/07/2017 à 20:21, Victorien Le Couviour--Tuffet a écrit :

> +    if (max_res > INT_MAX ||
> +        src->i_width == 0 || src->i_width > 16384 ||
> +        src->i_height == 0 || src->i_height > 16384)
> 

SPU_SCALE will need increase again.

Francois


More information about the vlc-devel mailing list