mirror of https://git.ffmpeg.org/ffmpeg.git
lavu/timer: specify RISC-V time unit
This commit is contained in:
parent
09731fbfc3
commit
6f8ac298da
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue