FFmpeg 7.1.1
|
Macros | |
#define | AV_NOPTS_VALUE ((int64_t)UINT64_C(0x8000000000000000)) |
Undefined timestamp value. | |
#define | AV_TIME_BASE 1000000 |
Internal time base represented as integer. | |
#define | AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE} |
Internal time base represented as fractional value. | |
FFmpeg internal timebase and timestamp definitions
#define AV_NOPTS_VALUE ((int64_t)UINT64_C(0x8000000000000000)) |
Undefined timestamp value.
Usually reported by demuxer that work on containers that do not provide either pts or dts.
Definition at line 248 of file avutil.h.
Referenced by av_ts_make_string(), display_frame(), encode_write_frame(), and main().
#define AV_TIME_BASE 1000000 |
#define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE} |
Internal time base represented as fractional value.
Definition at line 264 of file avutil.h.
Referenced by display_frame().