Skip to content

Commit

Permalink
quickfix secure flag DONOTMERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Apr 26, 2021
1 parent 41a0383 commit 0119908
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ private static MediaFormat createFormat(int bitRate, int maxFps, List<CodecOptio
}

private static IBinder createDisplay() {
return SurfaceControl.createDisplay("scrcpy", true);
return SurfaceControl.createDisplay("scrcpy", false);
}

private static void configure(MediaCodec codec, MediaFormat format) {
Expand Down

0 comments on commit 0119908

Please sign in to comment.