FFmpeg
Functions
timestamp.c File Reference
#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...
 

Function Documentation

◆ av_ts_make_time_string2()

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.

Parameters
bufa buffer with size in bytes of at least AV_TS_MAX_STRING_SIZE
tsthe timestamp to represent
tbthe timebase of the timestamp
Returns
the buffer in input

Definition at line 21 of file timestamp.c.

Referenced by av_ts_make_time_string().