[vlc-devel] [PATCH 11/12] bluray: Handle overlay clearing.
Jean-Baptiste Kempf
jb at videolan.org
Mon Jan 23 01:34:07 CET 2012
Ok. But would be better if merged when the FIXME was added.
On Sun, Jan 22, 2012 at 12:31:06AM +0100, Hugo Beauzée-Luyssen wrote :
> ---
> modules/access/bluray.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/modules/access/bluray.c b/modules/access/bluray.c
> index 7f082a8..f019d22 100644
> --- a/modules/access/bluray.c
> +++ b/modules/access/bluray.c
> @@ -357,7 +357,8 @@ static void blurayClearOverlay( demux_t *p_demux, const BD_OVERLAY* const ov )
> {
> demux_sys_t *p_sys = p_demux->p_sys;
>
> - //FIXME
> + subpicture_region_ChainDelete( p_sys->p_pic[ov->plane]->p_region );
> + p_sys->p_pic[ov->plane]->p_region = NULL;
> }
>
> static void blurayDrawOverlay( demux_t *p_demux, const BD_OVERLAY* const ov )
> --
> 1.7.8.4
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
--
Best regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
More information about the vlc-devel
mailing list