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

Function hb_buffer_list_head

libhb/common.c:3999–4006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3997}
3998
3999hb_buffer_t* hb_buffer_list_head(hb_buffer_list_t *list)
4000{
4001 if (list == NULL)
4002 {
4003 return NULL;
4004 }
4005 return list->head;
4006}
4007
4008hb_buffer_t* hb_buffer_list_tail(hb_buffer_list_t *list)
4009{

Callers 12

render_vobsubsFunction · 0.85
render_pgs_subsFunction · 0.85
findOverlapFunction · 0.85
mergeSubtitleOverlapsFunction · 0.85
mergeSubtitlesFunction · 0.85
splice_discontinuityFunction · 0.85
process_frameFunction · 0.85
make_empty_subFunction · 0.85
decavsubWorkFunction · 0.85
hb_blend_workFunction · 0.85
filterFrameFunction · 0.85
process_delay_listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected