av_add_stable

Add a value to a timestamp.

This function guarantees that when the same value is repeatly added that no accumulation of rounding errors occurs.

@paramin ts Input timestamp @paramin ts_tb Input timestamp time base @paramin inc Value to be added @paramin inc_tb Time base of inc

extern (C) @nogc nothrow
long
av_add_stable
(
AVRational ts_tb
,
long ts
,
AVRational inc_tb
,
long inc
)

Meta