Project

General

Profile

Bug #3081 » 0001-Early-tune-for-EN50494.patch

Maybe that's all - Heinrich Lech, 2015-09-16 21:51

View differences:

src/input/mpegts/linuxdvb/linuxdvb_satconf.c
847 847
  if (f == (uint32_t)-1)
848 848
    return SM_CODE_TUNING_FAILED;
849 849

  
850
  if (ls->ls_early_tune && !lse->lse_en50494) {
850
  if (ls->ls_early_tune) {
851 851
    r = linuxdvb_frontend_tune0(lfe, mmi, f);
852 852
    if (r) return r;
853 853
  } else {
854
- 
(1-1/3)