Skip to content

Commit

Permalink
added missing return value to addFrame function
Browse files Browse the repository at this point in the history
  • Loading branch information
timscaffidi committed Sep 5, 2015
1 parent 2edbfc1 commit 8d76358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ofxVideoRecorder.cpp
Expand Up @@ -364,6 +364,7 @@ bool ofxVideoRecorder::addFrame(const ofPixels &pixels)

videoThread.signal();
}
return true;
}

void ofxVideoRecorder::addAudioSamples(float *samples, int bufferSize, int numChannels){
Expand Down

0 comments on commit 8d76358

Please sign in to comment.