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

Function decssaClose

libhb/decssasub.c:283–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283static void decssaClose( hb_work_object_t * w )
284{
285 hb_work_private_t * pv = w->private_data;
286 if (pv != NULL)
287 {
288 decavsubClose(pv->ctx);
289 av_packet_free(&pv->pkt);
290 avformat_close_input(&pv->ic);
291 free(pv);
292 }
293 w->private_data = NULL;
294}
295
296hb_work_object_t hb_decssasub =
297{

Callers

nothing calls this directly

Calls 1

decavsubCloseFunction · 0.85

Tested by

no test coverage detected