| 611 | } |
| 612 | |
| 613 | static void clear_ssa_rendered_sub_cache(hb_filter_private_t *pv) |
| 614 | { |
| 615 | if (hb_buffer_list_count(&pv->rendered_sub_list)) |
| 616 | { |
| 617 | hb_buffer_list_close(&pv->rendered_sub_list); |
| 618 | hb_box_vec_clear(&pv->boxes); |
| 619 | } |
| 620 | } |
| 621 | |
| 622 | static void render_ssa_subs(hb_filter_private_t *pv, int64_t start) |
| 623 | { |
no test coverage detected