You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Finish conflict resolution
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user