Merge branch 'develop' into clip-refactor-keyframes

This commit is contained in:
FeRD (Frank Dana)
2020-10-19 16:28:49 -04:00
192 changed files with 672 additions and 622 deletions

View File

@@ -28,8 +28,8 @@
* along with OpenShot Library. If not, see <http://www.gnu.org/licenses/>.
*/
#include "../include/FrameMapper.h"
#include "../include/Clip.h"
#include "FrameMapper.h"
#include "Clip.h"
using namespace std;
using namespace openshot;
@@ -968,4 +968,4 @@ int64_t FrameMapper::AdjustFrameNumber(int64_t clip_frame_number, float position
///std::cout << "Conv Position " << round(position * info.fps.ToDouble()) << " position: " << position << " info::fps: " << info.fps.ToDouble() << std::endl;
return frame_number;
}
}