Add support for H265
Add option --codec=h265. PR #3713 <https://github.com/Genymobile/scrcpy/pull/3713> Fixes #3092 <https://github.com/Genymobile/scrcpy/issues/3092>
This commit is contained in:
@@ -25,6 +25,7 @@ enum sc_record_format {
|
||||
|
||||
enum sc_codec {
|
||||
SC_CODEC_H264,
|
||||
SC_CODEC_H265,
|
||||
};
|
||||
|
||||
enum sc_lock_video_orientation {
|
||||
|
||||
Reference in New Issue
Block a user