Home
last modified time | relevance | path

Searched refs:asf_guid_match (Results 1 – 1 of 1) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wma/
H A Dasfheader.c242 static int asf_guid_match(const guid_t *guid1, const guid_t *guid2) in asf_guid_match() function
461 if (asf_guid_match(&current.guid, &asf_guid_file_properties)) { in asf_parse_header()
490 } else if (asf_guid_match(&current.guid, &asf_guid_stream_properties)) { in asf_parse_header()
510 if (!asf_guid_match(&guid, &asf_guid_stream_type_audio)) { in asf_parse_header()
560 } else if (it && asf_guid_match(&current.guid, &asf_guid_content_description)) { in asf_parse_header()
596 … } else if (it && asf_guid_match(&current.guid, &asf_guid_extended_content_description)) { in asf_parse_header()
806 } else if (asf_guid_match(&current.guid, &asf_guid_content_encryption) in asf_parse_header()
807 || asf_guid_match(&current.guid, &asf_guid_extended_content_encryption)) { in asf_parse_header()
861 if (!asf_guid_match(&obj.guid, &asf_guid_data)) { in get_asf_metadata()