diff options
author | Rémi Denis-Courmont <remi@remlab.net> | 2023-08-15 18:23:01 +0300 |
---|---|---|
committer | Rémi Denis-Courmont <remi@remlab.net> | 2023-08-24 20:58:57 +0300 |
commit | 6f8ac298da7504208f8973b6ad90c1901e51cd2c (patch) | |
tree | 638927f62f273cbe34e513fb18e8e9bad56b0141 | |
parent | 09731fbfc3a914ec4f6ffad60aa9062db6a8f6aa (diff) | |
download | ffmpeg-6f8ac298da7504208f8973b6ad90c1901e51cd2c.tar.gz |
lavu/timer: specify RISC-V time unit
-rw-r--r-- | libavutil/riscv/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/riscv/timer.h b/libavutil/riscv/timer.h index b418d13a26..df1a730b5e 100644 --- a/libavutil/riscv/timer.h +++ b/libavutil/riscv/timer.h @@ -48,6 +48,7 @@ static inline uint64_t ff_read_time(void) } #define AV_READ_TIME ff_read_time +#define FF_TIMER_UNITS "ticks" #endif #endif /* AVUTIL_RISCV_TIMER_H */ |