Searched refs:use_strftime (Results 1 – 3 of 3) sorted by relevance
44 int use_strftime; member141 } else if (img->use_strftime) { in write_packet()245 …{ "strftime", "use strftime for filename", OFFSET(use_strftime), AV_OPT_TYPE_BOOL, { .i64 = 0…
95 int use_strftime; ///< flag to expand filename with strftime member206 if (seg->use_strftime) { in set_segment_filename()1045 … "set filename expansion with strftime at segment creation", OFFSET(use_strftime), AV_OPT_TYPE_B…
138 static int use_strftime = 0; variable797 use_strftime = 1; in main()3100 if (use_strftime) { in new_capture_file()3191 if (errno != ENOENT || !use_strftime) in safe_open()3243 if (filecount || use_strftime) { in capture()