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

Function hb_buffer_eof_init

libhb/fifo.c:453–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453hb_buffer_t * hb_buffer_eof_init(void)
454{
455 hb_buffer_t * buf = hb_buffer_init(0);
456 buf->s.flags = HB_BUF_FLAG_EOF;
457 return buf;
458}
459
460void hb_buffer_realloc( hb_buffer_t * b, int size )
461{

Callers 12

encavcodecaWorkFunction · 0.85
hb_get_previewFunction · 0.85
srt_readFunction · 0.85
streamFlushFunction · 0.85
terminateSubtitleStreamsFunction · 0.85
syncSubtitleWorkFunction · 0.85
reader_send_eofFunction · 0.85
encsvtWorkFunction · 0.85
encavsubWorkFunction · 0.85
encavcodecWorkFunction · 0.85
ssa_readFunction · 0.85
encCoreAudioWorkFunction · 0.85

Calls 1

hb_buffer_initFunction · 0.85

Tested by

no test coverage detected