Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/ref/fate/
Dcaf-alac-remux15 TAG:compatible_brands=M4A mp42isom
Dcover-art-flac-remux95 TAG:compatible_brands=M4A mp42isom
/third_party/rust/crates/nom/tests/
Dmp4.rs34 compatible_brands: Vec<&'a str> field
258 compatible_brands: brands, in filetype_parser()
/third_party/ffmpeg/libavformat/
Dmov.c2241 …AVDictionaryEntry *compatible_brands = av_dict_get(c->fc->metadata, "compatible_brands", NULL, AV_… in mov_parse_stsd_audio() local
2263 (compatible_brands && strstr(compatible_brands->value, "qt ")) || in mov_parse_stsd_audio()