mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Add support for H265
Add option --codec=h265.
This commit is contained in:
parent
07b65038a1
commit
e50e409405
7 changed files with 18 additions and 5 deletions
|
|
@ -161,6 +161,8 @@ sc_server_get_codec_name(enum sc_codec codec) {
|
|||
switch (codec) {
|
||||
case SC_CODEC_H264:
|
||||
return "h264";
|
||||
case SC_CODEC_H265:
|
||||
return "h265";
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue