diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-19 00:21:14 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-19 00:21:14 +0000 |
| commit | d59ce3f9c60c4466006ad1e148cec9a6e3a29cb2 (patch) | |
| tree | ce262674f321e0ddacbcd09c8e2d058a25b982f8 /lib/dvb/dvb.h | |
| parent | d250965754894689707739e6d12d7cf6a6f13d5e (diff) | |
| download | enigma2-d59ce3f9c60c4466006ad1e148cec9a6e3a29cb2.tar.gz enigma2-d59ce3f9c60c4466006ad1e148cec9a6e3a29cb2.zip | |
retune on lostlock is now working :)
Diffstat (limited to 'lib/dvb/dvb.h')
| -rw-r--r-- | lib/dvb/dvb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index 511ef9aa..5fc2f043 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -225,6 +225,7 @@ public: int getUseCount() { return m_use_count; } private: + ePtr<iDVBFrontendParameters> m_feparm; // for retune on lostlock ePtr<eDVBAllocatedFrontend> m_frontend; ePtr<eDVBAllocatedDemux> m_demux, m_decoder_demux; |
