]> 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>
Tue, 20 Jun 2017 11:03:35 +0000 (13:03 +0200)
src/satip/rtp.c

index 6cf918c0d9e239916cb4b3899d11d5ef2b231384..c170cb90021ec482847251086b74b24499f53a3d 100644 (file)
@@ -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;
   }