mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
sink: Enable all resolutions by default
This commit is contained in:
parent
76f0189829
commit
1d01ae2117
1 changed files with 3 additions and 3 deletions
|
@ -67,9 +67,9 @@ int rstp_port;
|
||||||
int uibc_port;
|
int uibc_port;
|
||||||
char* player;
|
char* player;
|
||||||
|
|
||||||
unsigned int wfd_supported_res_cea = 0x0000001f; /* up to 720x576 */
|
unsigned int wfd_supported_res_cea = 0x0001ffff;
|
||||||
unsigned int wfd_supported_res_vesa = 0x00000003; /* up to 800x600 */
|
unsigned int wfd_supported_res_vesa = 0x1fffffff;
|
||||||
unsigned int wfd_supported_res_hh = 0x00000000; /* not supported */
|
unsigned int wfd_supported_res_hh = 0x00001fff;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* cmd list
|
* cmd list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue