Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4066
int hb_buffer_list_count(hb_buffer_list_t *list)
4067
{
4068
if (list == NULL) return 0;
4069
return list->count;
4070
}
4071
4072
int hb_buffer_list_size(hb_buffer_list_t *list)
4073
{
Callers
7
clear_ssa_rendered_sub_cache
Function · 0.85
mergeSubtitles
Function · 0.85
comb_detect_work
Function · 0.85
splice_discontinuity
Function · 0.85
decavsubWork
Function · 0.85
hb_blend_work
Function · 0.85
filterFrame
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected