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

Function vobsub_close

libhb/rendersub.c:421–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421static void vobsub_close(hb_filter_object_t *filter)
422{
423 hb_filter_private_t *pv = filter->private_data;
424
425 if (!pv)
426 {
427 return;
428 }
429
430 hb_buffer_list_close(&pv->sub_list);
431
432 free(pv);
433 filter->private_data = NULL;
434}
435
436static int vobsub_work(hb_filter_object_t *filter,
437 hb_buffer_t **buf_in,

Callers 1

hb_rendersub_closeFunction · 0.85

Calls 1

hb_buffer_list_closeFunction · 0.85

Tested by

no test coverage detected