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

Function Work

libhb/encavsub.c:350–356  ·  view source on GitHub ↗

* Work *********************************************************************** * Take an input buffer, send an output buffer **********************************************************************/

Source from the content-addressed store, hash-verified

348 * Take an input buffer, send an output buffer
349 **********************************************************************/
350static int Work(hb_work_object_t *w, hb_buffer_t **buf_in,
351 hb_buffer_t **buf_out)
352{
353 hb_work_private_t *pv = w->private_data;
354
355 return encavsubWork(pv->ctx, buf_in, buf_out);
356}
357
358/***********************************************************************
359 * Info

Callers

nothing calls this directly

Calls 1

encavsubWorkFunction · 0.85

Tested by

no test coverage detected