|
FFmpeg
|
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. | |
timestamp utils, mostly useful for debugging/logging purposes
1.8.12