mirror of
https://github.com/overte-org/overte.git
synced 2025-08-03 23:43:30 +02:00
Fix else style
This commit is contained in:
parent
3160aa3068
commit
b56668892e
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue