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

Function decsubWork

libhb/decavsub.c:698–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698static int decsubWork( hb_work_object_t * w,
699 hb_buffer_t ** buf_in,
700 hb_buffer_t ** buf_out )
701{
702 hb_work_private_t * pv = w->private_data;
703
704 return decavsubWork(pv->ctx, buf_in, buf_out );
705}
706
707void decavsubClose( hb_decavsub_context_t * ctx )
708{

Callers

nothing calls this directly

Calls 1

decavsubWorkFunction · 0.85

Tested by

no test coverage detected