pixelshift: Fixed a bug, cleaned code, parallel decode of frames

This commit is contained in:
heckflosse
2016-11-06 16:42:20 +01:00
parent eaaf841f27
commit 5b455702a2
7 changed files with 51 additions and 66 deletions

View File

@@ -203,7 +203,6 @@ public:
void setCurrentFrame(unsigned int frameNum) {
currFrame = std::min(numFrames - 1, frameNum);
ri = riFrames[currFrame];
std::cout << "currFrame : " << currFrame << std::endl;
}
protected:
typedef unsigned short ushort;