1
0
Fork 0
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:
albfan 2018-02-22 22:30:09 +01:00
parent 76f0189829
commit 1d01ae2117

View file

@ -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