[vlc-devel] [PATCH 04/20] display: keep the placed picture on open and after changing display settings
Rémi Denis-Courmont
remi at remlab.net
Tue Aug 25 15:40:13 CEST 2020
> @@ -468,6 +466,12 @@ void vout_FilterFlush(vout_display_t *vd)
> filter_chain_VideoFlush(osys->converters);
> }
>
> +static void UpdatePlacedPicture(vout_display_priv_t *osys)
> +{
> + vout_display_t *vd = &osys->display;
> + vout_display_PlacePicture(&osys->place, &vd->source, &osys->cfg);
> +}
Nit: UpdatePicturePlace(). You're not updating any pictures here.
--
レミ・デニ-クールモン
http://www.remlab.net/
More information about the vlc-devel
mailing list