mirror of https://github.com/Genymobile/scrcpy
Remove empty line
This commit is contained in:
parent
7fad611dfb
commit
b8ff35efe6
|
@ -87,7 +87,6 @@ public class ScreenEncoder implements Device.RotationListener {
|
|||
boolean eof = false;
|
||||
MediaCodec.BufferInfo bufferInfo = new MediaCodec.BufferInfo();
|
||||
|
||||
|
||||
while (!consumeRotationChange() && !eof) {
|
||||
int outputBufferId = codec.dequeueOutputBuffer(bufferInfo, -1);
|
||||
eof = (bufferInfo.flags & MediaCodec.BUFFER_FLAG_END_OF_STREAM) != 0;
|
||||
|
|
Loading…
Reference in New Issue