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

Function chroma_smooth_work

libhb/chroma_smooth.c:401–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401static int chroma_smooth_work(hb_filter_object_t *filter,
402 hb_buffer_t ** buf_in,
403 hb_buffer_t ** buf_out)
404{
405 return chroma_smooth_work_thread(filter, buf_in, buf_out, 0);
406}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected