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

Function decsubClose

libhb/decavsub.c:720–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720static void decsubClose( hb_work_object_t * w )
721{
722 hb_work_private_t * pv = w->private_data;
723 if (pv == NULL)
724 {
725 return;
726 }
727 decavsubClose(pv->ctx);
728 free(pv);
729 w->private_data = NULL;
730}
731
732hb_work_object_t hb_decavsub =
733{

Callers

nothing calls this directly

Calls 1

decavsubCloseFunction · 0.85

Tested by

no test coverage detected