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

Function hb_buffer_list_tail

libhb/common.c:4008–4015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4006}
4007
4008hb_buffer_t* hb_buffer_list_tail(hb_buffer_list_t *list)
4009{
4010 if (list == NULL)
4011 {
4012 return NULL;
4013 }
4014 return list->tail;
4015}
4016
4017hb_buffer_t* hb_buffer_list_set(hb_buffer_list_t *list, hb_buffer_t *buf)
4018{

Callers 3

sanitizeSubtitleFunction · 0.85
process_frameFunction · 0.85
avfilter_workFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected