Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ hb_buffer_init
Function
hb_buffer_init
libhb/fifo.c:448–451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
446
}
447
448
hb_buffer_t * hb_buffer_init( int size )
449
{
450
return hb_buffer_init_internal(size);
451
}
452
453
hb_buffer_t * hb_buffer_eof_init(void)
454
{
Callers
15
get_packets
Function · 0.85
Work
Function · 0.85
hb_dvdnav_read
Function · 0.85
srt_read
Function · 0.85
Flush
Function · 0.85
CreateSilenceBuf
Function · 0.85
merge_ssa
Function · 0.85
splice_discontinuity
Function · 0.85
reader_work
Function · 0.85
nlmeans_add_frame
Function · 0.85
demux_dvd_ps
Function · 0.85
tx3g_decode_to_ssa
Function · 0.85
Calls
1
hb_buffer_init_internal
Function · 0.85
Tested by
no test coverage detected