Skip to content

Commit

Permalink
bluray: fix seekpoint overriding previously set flags
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
  • Loading branch information
robUx4 authored and jbkempf committed Jun 7, 2016
1 parent 1a0a9e1 commit d59500b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/access/bluray.c
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ static int blurayControl(demux_t *p_demux, int query, va_list args)
{
int i_chapter = (int)va_arg(args, int);
bd_seek_chapter(p_sys->bluray, i_chapter);
p_demux->info.i_update = INPUT_UPDATE_SEEKPOINT;
p_demux->info.i_update |= INPUT_UPDATE_SEEKPOINT;
break;
}

Expand Down

0 comments on commit d59500b

Please sign in to comment.