Commit 3a10d93e authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen Committed by Jean-Baptiste Kempf

bluray: Fixing a warning

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 091a42674c70a913fab99d868a7e37ea0eb0d2b0)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 7b71bc6b
......@@ -421,7 +421,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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment