Skip to content

Commit

Permalink
Finish conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Oct 19, 2020
1 parent a1e44ed commit cf89891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Clip.cpp
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/TimelineBase.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit cf89891

Please sign in to comment.