MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / clear_ssa_rendered_sub_cache

Function clear_ssa_rendered_sub_cache

libhb/rendersub.c:613–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613static 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
622static void render_ssa_subs(hb_filter_private_t *pv, int64_t start)
623{

Callers 1

render_ssa_subsFunction · 0.85

Calls 3

hb_buffer_list_countFunction · 0.85
hb_buffer_list_closeFunction · 0.85
hb_box_vec_clearFunction · 0.85

Tested by

no test coverage detected