Made Keyframe objects thread safe, by generating the values as Points are added, and the Timeline's Open and Close logic was made thread safe, so a reader is not closed while it's still being accessed on another thread. Also removed some unneeded code and comments.

This commit is contained in:
Jonathan Thomas
2012-12-03 22:55:46 -06:00
parent a8fa5a91d2
commit 0d82a4e716
9 changed files with 51 additions and 32 deletions

View File

@@ -56,8 +56,6 @@ void Clip::init_settings()
// Default pointers
file_reader = NULL;
resampler = NULL;
cout << "INIT CLIP SETTINGS!!!!" << endl;
}
// Default Constructor for a clip