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

Function decavcodecClose

libhb/decavcodec.c:608–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608static void decavcodecClose( hb_work_object_t * w )
609{
610 hb_work_private_t * pv = w->private_data;
611
612 if ( pv )
613 {
614 closePrivData( &pv );
615 w->private_data = NULL;
616 }
617}
618
619static void audioParserFlush(hb_work_object_t * w)
620{

Callers

nothing calls this directly

Calls 1

closePrivDataFunction · 0.85

Tested by

no test coverage detected