Allow TTS Files for VideoSync. (#3354)

Rewrite TTSReader Stream Merge

Add gpi reset.
This commit is contained in:
ericchristoffersen
2020-02-27 07:56:42 -08:00
committed by GitHub
parent cee6f0329a
commit da3e8212cf
7 changed files with 360 additions and 259 deletions

View File

@@ -394,7 +394,6 @@ void GeoPointInterpolator::Push(double distance, double altitude)
geolocation geo(0, 0, altitude);
xyz point = geo.toxyz();
point.y() = distance;
DistancePointInterpolator<SphericalTwoPointInterpolator>::Push(distance, point);
}