mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
-streaminfo2: scaling value for DVB-S2 to 27000
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1206 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -601,7 +601,7 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
|
||||
frontend->getDelSys((fe_code_rate_t)si.fec, dvbs_get_modulation((fe_code_rate_t)si.fec), f, s, m);
|
||||
if (!strncmp(s,const_cast<char *>("DVB-S2"),6)){
|
||||
s=const_cast<char *>("S2");
|
||||
scaling = 20000;
|
||||
scaling = 27000;
|
||||
}
|
||||
else{
|
||||
s=const_cast<char *>("S1");
|
||||
|
Reference in New Issue
Block a user