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

Function decsrtClose

libhb/decsrtsub.c:613–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613static void decsrtClose( hb_work_object_t * w )
614{
615 hb_work_private_t * pv = w->private_data;
616 if (pv != NULL)
617 {
618 decavsubClose(pv->ctx);
619 fclose( pv->file );
620 iconv_close(pv->iconv_context);
621 free( w->private_data );
622 }
623 w->private_data = NULL;
624}
625
626hb_work_object_t hb_decsrtsub =
627{

Callers

nothing calls this directly

Calls 1

decavsubCloseFunction · 0.85

Tested by

no test coverage detected