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:
Jonathan Thomas
2016-01-30 02:10:40 -06:00
parent 45a4269a1e
commit 43fd4fccb1
3 changed files with 2 additions and 4 deletions

View File

@@ -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