Revision f6c7375a libavformat/internal.h
libavformat/internal.h | ||
---|---|---|
48 | 48 |
} while(0) |
49 | 49 |
#endif |
50 | 50 |
|
51 |
time_t mktimegm(struct tm *tm); |
|
52 | 51 |
struct tm *brktimegm(time_t secs, struct tm *tm); |
53 |
const char *small_strptime(const char *p, const char *fmt, |
|
54 |
struct tm *dt); |
|
55 | 52 |
|
56 | 53 |
char *ff_data_to_hex(char *buf, const uint8_t *src, int size, int lowercase); |
57 | 54 |
|
Also available in: Unified diff