Skip to content

Commit

Permalink
FCC - Fix video issue with usbtuner when fcc is enabled
Browse files Browse the repository at this point in the history
(cherry picked from commit 2894680)
  • Loading branch information
dpeddi authored and Huevos committed Aug 10, 2023
1 parent 4bb9ea4 commit 1ca98cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/dvb/dvb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,15 @@ eDVBResourceManager::eDVBResourceManager()
num_adapter++;
}

setUsbTuner();

if (eDVBAdapterLinux::exist(0))
{
eDVBAdapterLinux *adapter = new eDVBAdapterLinux(0);
adapter->scanDevices();
addAdapter(adapter, true);
}

setUsbTuner();

eDebug("[eDVBResourceManager] found %zd adapter, %zd frontends(%zd sim) and %zd demux",
m_adapter.size(), m_frontend.size(), m_simulate_frontend.size(), m_demux.size());
m_fbcmng = new eFBCTunerManager(instance);
Expand Down

0 comments on commit 1ca98cc

Please sign in to comment.