Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ hb_buffer_copy_props
Function
hb_buffer_copy_props
libhb/fifo.c:618–622 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
616
}
617
618
void hb_buffer_copy_props(hb_buffer_t *dst, const hb_buffer_t *src)
619
{
620
dst->s = src->s;
621
hb_buffer_copy_side_data(dst, src);
622
}
623
624
int hb_buffer_is_writable(const hb_buffer_t *buf)
625
{
Callers
15
chroma_smooth_work_thread
Function · 0.85
process_frame
Function · 0.85
nlmeans_filter_work
Function · 0.85
nlmeans_add_frame
Function · 0.85
nlmeans_filter_flush
Function · 0.85
hb_detelecine_work
Function · 0.85
hb_lapsharp_work
Function · 0.85
hb_denoise_work
Function · 0.85
unsharp_work_thread
Function · 0.85
hb_buffer_dup
Function · 0.85
hb_buffer_copy
Function · 0.85
rotate_vt_work
Function · 0.85
Calls
1
hb_buffer_copy_side_data
Function · 0.85
Tested by
no test coverage detected