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.

@param ts Input timestamp @param ts_tb Input timestamp timebase @param inc value to add to ts @param inc_tb inc timebase

@nogc nothrow extern (C)
int64_t
av_add_stable

Meta