Commit 7ce1f22c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: update dvb MRL generation

parent 05b5a5ff
......@@ -1151,7 +1151,7 @@ void CaptureOpenPanel::updateMRL()
else
if( cqam->isChecked() ) mrl = "cqam://";
mrl += "frequency=" + QString::number( dvbFreq->value() );
mrl += "frequency=" + QString::number( dvbFreq->value() ) + "000";
if( dvbc->isChecked() || cqam->isChecked() )
mrl += ":modulation="
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment