Fix else style

This commit is contained in:
Ryan Huffman 2016-01-26 09:39:11 -08:00
parent 3160aa3068
commit b56668892e

View file

@ -231,8 +231,7 @@ int64_t AudioInjector::injectNextFrame() {
audioDataOffset = _currentPacket->pos();
}
else {
} else {
// no samples to inject, return immediately
qDebug() << "AudioInjector::injectNextFrame() called with no samples to inject. Returning.";
return NEXT_FRAME_DELTA_ERROR_OR_FINISHED;