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

Function free_side_data

libhb/fifo.c:560–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560static void free_side_data(AVFrameSideData **ptr_sd)
561{
562 AVFrameSideData *sd = *ptr_sd;
563
564 av_buffer_unref(&sd->buf);
565 av_dict_free(&sd->metadata);
566 av_freep(ptr_sd);
567}
568
569void hb_buffer_remove_side_data(hb_buffer_t *buf, enum AVFrameSideDataType type)
570{

Callers 2

hb_buffer_wipe_side_dataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected