From: Jaroslav Kysela Date: Tue, 20 Jun 2017 11:03:35 +0000 (+0200) Subject: satip sever: increase the SNR level strength for the unknow state, too X-Git-Tag: v4.2.3~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50497b9220b0e01bc0328cbf5399980e940d92d3;p=thirdparty%2Ftvheadend.git satip sever: increase the SNR level strength for the unknow state, too --- diff --git a/src/satip/rtp.c b/src/satip/rtp.c index 2cf6662c2..89b2f3b5d 100644 --- a/src/satip/rtp.c +++ b/src/satip/rtp.c @@ -671,7 +671,7 @@ satip_status_build(satip_rtp_session_t *rtp, char *buf, int len) quality = MINMAX(rtp->sig.snr / 2000, 0, 15); break; default: - quality = lock ? 1 : 0; + quality = lock ? 10 : 0; break; }