[vlc-devel] [PATCH 02/12] bluray: Fixing a warning

Jean-Baptiste Kempf jb at videolan.org
Mon Jan 23 01:24:02 CET 2012


On Sun, Jan 22, 2012 at 12:30:57AM +0100, Hugo Beauzée-Luyssen wrote :
> ---
>  modules/access/bluray.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/modules/access/bluray.c b/modules/access/bluray.c
> index eb2dc4f..53d01f3 100644
> --- a/modules/access/bluray.c
> +++ b/modules/access/bluray.c
> @@ -398,7 +398,7 @@ static int blurayControl(demux_t *p_demux, int query, va_list args)
>  
>          case DEMUX_GET_META:
>          {
> -            struct meta_dl *meta = bd_get_meta(p_sys->bluray);
> +            const struct meta_dl *meta = bd_get_meta(p_sys->bluray);
>              if(!meta)
>                  return VLC_EGENERIC;

OK.

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