mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-16 11:24:27 +01:00
fixup! AudioEncoder WIP
This commit is contained in:
@@ -93,7 +93,7 @@ public final class AudioEncoder {
|
||||
private boolean ended;
|
||||
|
||||
private void notifyEnded() {
|
||||
assert(!ended);
|
||||
assert !ended;
|
||||
ended = true;
|
||||
endSemaphore.release();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user