Compare two timestamps each in its own time base.
@return One of the following values: - -1 if ts_a is before ts_b - 1 if ts_a is after ts_b - 0 if they represent the same position
@warning The result of the function is undefined if one of the timestamps is outside the int64_t range when represented in the other's timebase.
See Implementation
Compare two timestamps each in its own time base.
@return One of the following values: - -1 if ts_a is before ts_b - 1 if ts_a is after ts_b - 0 if they represent the same position
@warning The result of the function is undefined if one of the timestamps is outside the int64_t range when represented in the other's timebase.