Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sub/osd: remove bogus osd redraw notification resetting
Added in 56616b0. Note that it was called osd_draw then and not osd_render. Anyways, this line doesn't make any sense today because vo_gpu_next in fact does not call osd_draw (or any similar API) after this. Resetting the bool here instead seems to cause redraws to be missed. For the other handful of VOs that use this, there is no difference. They all use the mp_draw_sub_overlay call and the playloop appropriately takes care of the redraw notification value. Fixes #15963.
- Loading branch information