![]() |
Miam-Player
0.8.0
A nice music player
|
#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) |
| #define | av_ts2timestr(ts, tb) av_ts_make_time_string((char[AV_TS_MAX_STRING_SIZE]){0}, ts, tb) |
timestamp utils, mostly useful for debugging/logging purposes
| #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.
| #define AV_TS_MAX_STRING_SIZE 32 |