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-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bcdda1f6f3f6c262d010a54a07a440a3a81ffeb;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 6cf918c0d..c170cb900 100644 --- a/src/satip/rtp.c +++ b/src/satip/rtp.c @@ -672,7 +672,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; }