mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-19 19:15:08 +00:00
Remove redundant definitions
This commit is contained in:
parent
666758d680
commit
8b9597cd59
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,6 @@ public final class Streamer {
|
|||
|
||||
private static final long PACKET_FLAG_CONFIG = 1L << 63;
|
||||
private static final long PACKET_FLAG_KEY_FRAME = 1L << 62;
|
||||
private static final long PACKET_FLAG_VIDEO_SESSION = 1L << 61;
|
||||
|
||||
private final FileDescriptor fd;
|
||||
private final Codec codec;
|
||||
|
@ -54,6 +53,7 @@ public final class Streamer {
|
|||
IO.writeFully(fd, buffer);
|
||||
}
|
||||
}
|
||||
|
||||
public void writeVideoSession(Size videoSize, boolean isFlip, int rotation) throws IOException{
|
||||
if(sendCodecMeta){
|
||||
ByteBuffer buffer = ByteBuffer.allocate(12);
|
||||
|
|
Loading…
Add table
Reference in a new issue