bluray: init new regions to the top/left of the video

The subpicture is set to absolute so it corresponds to an absolute location in the video.
It was initialized that way before b16c372652.
This commit is contained in:
Steve Lhomme 2024-03-26 14:45:47 +01:00
parent fafe68aab1
commit a6d4ca5a78
1 changed files with 2 additions and 0 deletions

View File

@ -2044,6 +2044,8 @@ static void blurayDrawArgbOverlay(demux_t *p_demux, const BD_ARGB_OVERLAY* const
return;
}
p_reg->b_absolute = true;
p_reg->i_x = 0;
p_reg->i_y = 0;
vlc_spu_regions_push(&ov->regions, p_reg);
}