Finish conflict resolution

This commit is contained in:
FeRD (Frank Dana)
2020-10-19 17:42:12 -04:00
parent a1e44edad4
commit cf89891bf0
2 changed files with 2 additions and 2 deletions

View File

@@ -396,7 +396,7 @@ std::shared_ptr<Frame> Clip::GetFrame(std::shared_ptr<openshot::Frame> frame, in
// Get time mapped frame number (used to increase speed, change direction, etc...)
// TODO: Handle variable # of samples, since this resamples audio for different speeds (only when time curve is set)
get_time_mapped_frame(frame, requested_frame);
get_time_mapped_frame(frame, new_frame_number);
// Adjust # of samples to match requested (the interaction with time curves will make this tricky)
// TODO: Implement move samples to/from next frame

View File

@@ -28,7 +28,7 @@
* along with OpenShot Library. If not, see <http://www.gnu.org/licenses/>.
*/
#include "../include/TimelineBase.h"
#include "TimelineBase.h"
using namespace openshot;