mirror of https://git.ffmpeg.org/ffmpeg.git
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