Searched refs:asset_map_path (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | imfdec.c | 627 char *asset_map_path; in imf_read_header() local 664 asset_map_path = av_strtok(c->asset_map_paths, ",", &tmp_str); in imf_read_header() 665 while (asset_map_path != NULL) { in imf_read_header() 666 av_log(s, AV_LOG_DEBUG, "start parsing IMF Asset Map: %s\n", asset_map_path); in imf_read_header() 668 if ((ret = parse_assetmap(s, asset_map_path))) in imf_read_header() 671 asset_map_path = av_strtok(NULL, ",", &tmp_str); in imf_read_header()
|
Completed in 3 milliseconds