From 1d01ae2117b8e2a3dc24b21761a02d5b8dd46b70 Mon Sep 17 00:00:00 2001 From: albfan Date: Thu, 22 Feb 2018 22:30:09 +0100 Subject: [PATCH] sink: Enable all resolutions by default --- src/ctl/sinkctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ctl/sinkctl.c b/src/ctl/sinkctl.c index 844dd9c..029407c 100644 --- a/src/ctl/sinkctl.c +++ b/src/ctl/sinkctl.c @@ -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