FFmpeg
Macros
timestamp.h File Reference

timestamp utils, mostly useful for debugging/logging purposes More...

#include "common.h"

Go to the source code of this file.

Macros

#define AV_TS_MAX_STRING_SIZE   32
 
#define av_ts2str(ts)   av_ts_make_string((char[AV_TS_MAX_STRING_SIZE]){0}, ts)
 Convenience macro, the return value should be used only directly in function arguments but never stand-alone.
 
#define av_ts2timestr(ts, tb)   av_ts_make_time_string((char[AV_TS_MAX_STRING_SIZE]){0}, ts, tb)
 Convenience macro, the return value should be used only directly in function arguments but never stand-alone.
 

Detailed Description

timestamp utils, mostly useful for debugging/logging purposes