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

Function hb_metadata_init

libhb/common.c:6297–6305  ·  view source on GitHub ↗

* hb_metadata_init ********************************************************************** * *********************************************************************/

Source from the content-addressed store, hash-verified

6295 *
6296 *********************************************************************/
6297hb_metadata_t *hb_metadata_init()
6298{
6299 hb_metadata_t *metadata = calloc( 1, sizeof(*metadata) );
6300 if (metadata != NULL)
6301 {
6302 metadata->dict = hb_dict_init();
6303 }
6304 return metadata;
6305}
6306
6307/**********************************************************************
6308 * hb_metadata_copy

Callers 1

hb_title_initFunction · 0.85

Calls 1

hb_dict_initFunction · 0.85

Tested by

no test coverage detected