You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Fixing an audio popping / video frame flashing issue with the Timeline calculating the incorrect frame from a Clip. Now the timeline correctly rounds the time diff, and determines the correct frame.
This commit is contained in:
@@ -374,8 +374,6 @@ tr1::shared_ptr<Frame> FrameMapper::GetFrame(long int requested_frame) throw(Rea
|
||||
if (final_frame) return final_frame;
|
||||
|
||||
// Minimum number of frames to process (for performance reasons)
|
||||
// TODO: Find a safe way to deal with Closing the reader while multi-processing is happening
|
||||
// In the meantime, I'm leaving this at 1
|
||||
int minimum_frames = OPEN_MP_NUM_PROCESSORS;
|
||||
|
||||
// Set the number of threads in OpenMP
|
||||
|
||||
Reference in New Issue
Block a user