]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
satip sever: increase the SNR level strength for the unknow state, too
authorJaroslav Kysela <perex@perex.cz>
Tue, 20 Jun 2017 11:03:35 +0000 (13:03 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 22 Jun 2017 12:36:54 +0000 (14:36 +0200)
src/satip/rtp.c

index 2cf6662c24951d9de17d840d039b438c6358faef..89b2f3b5d2ca6049241387c2f8b209140bafb7a2 100644 (file)
@@ -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;
   }