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

Function hb_buffer_list_close

libhb/common.c:4060–4064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4058}
4059
4060void hb_buffer_list_close(hb_buffer_list_t *list)
4061{
4062 hb_buffer_t *buf = hb_buffer_list_clear(list);
4063 hb_buffer_close(&buf);
4064}
4065
4066int hb_buffer_list_count(hb_buffer_list_t *list)
4067{

Callers 15

vobsub_closeFunction · 0.85
vobsub_workFunction · 0.85
pgssub_closeFunction · 0.85
pgssub_workFunction · 0.85
hb_rendersub_closeFunction · 0.85
syncSubtitleCloseFunction · 0.85
comb_detect_closeFunction · 0.85
reader_closeFunction · 0.85
reader_workFunction · 0.85
hb_decomb_closeFunction · 0.85
make_empty_subFunction · 0.85

Calls 2

hb_buffer_list_clearFunction · 0.85
hb_buffer_closeFunction · 0.85

Tested by

no test coverage detected