Delete redundant lines

This commit is contained in:
gz0119 2025-04-10 22:06:26 +08:00
parent 08e1c9cb43
commit 447fe26bb5
2 changed files with 0 additions and 2 deletions

View file

@ -61,7 +61,6 @@ public final class Streamer {
buffer.putInt(videoSize.getWidth());
buffer.putInt(videoSize.getHeight());
buffer.put((byte) (isFlip ? 1 : 0));
int[] vertical = {0, 0, 1, 1};
int[] horizontal = {0, 1, 0, 1};
buffer.put((byte) vertical[rotation]);

View file

@ -130,7 +130,6 @@ public class DisplaySizeMonitor {
}
private synchronized void setSessionInfo(SessionInfo sessionInfo) {
Ln.e("@@@@@@@@@@@@@@@@@@@@@@"+sessionInfo.rotation);
this.sessionInfo = sessionInfo;
}