Merge "SystemUI: Relax AVC level requirement"

This commit is contained in:
Treehugger Robot
2020-10-15 19:13:11 +00:00
committed by Gerrit Code Review

View File

@@ -132,7 +132,7 @@ public class ScreenMediaRecorder {
mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H264);
mMediaRecorder.setVideoEncodingProfileLevel(
MediaCodecInfo.CodecProfileLevel.AVCProfileHigh,
MediaCodecInfo.CodecProfileLevel.AVCLevel42);
MediaCodecInfo.CodecProfileLevel.AVCLevel3);
mMediaRecorder.setVideoSize(screenWidth, screenHeight);
mMediaRecorder.setVideoFrameRate(refereshRate);
mMediaRecorder.setVideoEncodingBitRate(vidBitRate);