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

Function crop_record_free

libhb/scan.c:532–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532static void crop_record_free( crop_record_t *crops )
533{
534 free( crops->t );
535 free( crops->b );
536 free( crops->l );
537 free( crops->r );
538 free( crops );
539}
540
541static void record_crop( crop_record_t *crops, int t, int b, int l, int r )
542{

Callers 1

DecodePreviewsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected