Commit 3f79c105 authored by Petri Hintukainen's avatar Petri Hintukainen Committed by Jean-Baptiste Kempf

Bluray: Fix comment

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 9dcae1d3
......@@ -570,7 +570,7 @@ static int blurayOpen(vlc_object_t *object)
psz_code = DemuxGetLanguageCode( p_demux, "menu-language" );
bd_set_player_setting_str(p_sys->bluray, BLURAY_PLAYER_SETTING_MENU_LANG, psz_code);
/* Get titles and chapters */
/* Get disc metadata */
p_sys->p_meta = bd_get_meta(p_sys->bluray);
if (!p_sys->p_meta)
msg_Warn(p_demux, "Failed to get meta info.");
......
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