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:
Nathan E. Egge 2024-07-29 19:13:13 +00:00 committed by Rémi Denis-Courmont
parent 4edfc11a28
commit ba88e8174a

View File

@ -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