mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 00:02:52 +00:00
lavu: Set default FF_TIMER_UNITS to "ns"
Signed-off-by: Nathan E. Egge <unlord@xiph.org> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
This commit is contained in:
parent
4edfc11a28
commit
ba88e8174a
@ -80,6 +80,7 @@
|
||||
return ts.tv_sec * INT64_C(1000000000) + ts.tv_nsec;
|
||||
}
|
||||
# define AV_READ_TIME ff_read_time
|
||||
# define FF_TIMER_UNITS "ns"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user