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

Function unsharp_close

libhb/unsharp.c:329–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329static void unsharp_close(hb_filter_object_t * filter)
330{
331 hb_filter_private_t *pv = filter->private_data;
332
333 if (pv == NULL)
334 {
335 return;
336 }
337
338 unsharp_thread_close(pv);
339 free(pv);
340 filter->private_data = NULL;
341}
342
343static int unsharp_work_thread(hb_filter_object_t *filter,
344 hb_buffer_t ** buf_in,

Callers 1

unsharp_initFunction · 0.85

Calls 1

unsharp_thread_closeFunction · 0.85

Tested by

no test coverage detected