mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
fixup! AudioEncoder WIP
This commit is contained in:
parent
5e3e2cdd02
commit
ad5a02e93a
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ public final class AudioEncoder {
|
|||
private boolean ended;
|
||||
|
||||
private void notifyEnded() {
|
||||
assert(!ended);
|
||||
assert !ended;
|
||||
ended = true;
|
||||
endSemaphore.release();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue