mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 22:31:55 +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;
|
||||
char* player;
|
||||
|
||||
unsigned int wfd_supported_res_cea = 0x0000001f; /* up to 720x576 */
|
||||
unsigned int wfd_supported_res_vesa = 0x00000003; /* up to 800x600 */
|
||||
unsigned int wfd_supported_res_hh = 0x00000000; /* not supported */
|
||||
unsigned int wfd_supported_res_cea = 0x0001ffff;
|
||||
unsigned int wfd_supported_res_vesa = 0x1fffffff;
|
||||
unsigned int wfd_supported_res_hh = 0x00001fff;
|
||||
|
||||
/*
|
||||
* cmd list
|
||||
|
|
Loading…
Reference in a new issue