Searched refs:now_str (Results 1 – 1 of 1) sorted by relevance
1185 char now_str[100]; in write_manifest() local1195 format_date(now_str, sizeof(now_str), av_gettime()); in write_manifest()1196 if (now_str[0]) in write_manifest()1197 avio_printf(out, "\tpublishTime=\"%s\"\n", now_str); in write_manifest()