|
FFmpeg
|
#include "timestamp.h"Go to the source code of this file.
Functions | |
| char * | av_ts_make_time_string2 (char *buf, int64_t ts, AVRational tb) |
| Fill the provided buffer with a string containing a timestamp time representation. More... | |
| char* av_ts_make_time_string2 | ( | char * | buf, |
| int64_t | ts, | ||
| AVRational | tb | ||
| ) |
Fill the provided buffer with a string containing a timestamp time representation.
| buf | a buffer with size in bytes of at least AV_TS_MAX_STRING_SIZE |
| ts | the timestamp to represent |
| tb | the timebase of the timestamp |
Definition at line 21 of file timestamp.c.
Referenced by av_ts_make_time_string().
1.8.17