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

Function hb_buffer_list_count

libhb/common.c:4066–4070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4064}
4065
4066int hb_buffer_list_count(hb_buffer_list_t *list)
4067{
4068 if (list == NULL) return 0;
4069 return list->count;
4070}
4071
4072int hb_buffer_list_size(hb_buffer_list_t *list)
4073{

Callers 7

mergeSubtitlesFunction · 0.85
comb_detect_workFunction · 0.85
splice_discontinuityFunction · 0.85
decavsubWorkFunction · 0.85
hb_blend_workFunction · 0.85
filterFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected