#include <time.h>
#include "config.h"
Go to the source code of this file.
|
| static struct tm * | ff_gmtime_r (const time_t *clock, struct tm *result) |
| |
| static struct tm * | ff_localtime_r (const time_t *clock, struct tm *result) |
| |
◆ gmtime_r
◆ localtime_r
Definition at line 46 of file time_internal.h.
Referenced by av_parse_time(), draw_text(), expand_timestamps(), ff_hls_write_file_entry(), ff_print_pts(), ff_print_time(), format_date_now(), get_default_pattern_localtime_fmt(), hls_init(), insert_datetime(), mcc_write_header(), seg_write_packet(), set_segment_filename(), strftime_expand(), and write_packet().
◆ ff_gmtime_r()
| static struct tm * ff_gmtime_r |
( |
const time_t * | clock, |
|
|
struct tm * | result ) |
|
inlinestatic |
◆ ff_localtime_r()
| static struct tm * ff_localtime_r |
( |
const time_t * | clock, |
|
|
struct tm * | result ) |
|
inlinestatic |