diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-01-26 23:41:56 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-01-26 23:41:56 +0100 |
| commit | 87b5fc099dcc08b9af41122b11fb9ba99a4119d3 (patch) | |
| tree | 1f2320f8276a542005f0ecc17b10d3b5336c5e3c /lib/dvb/dvb.cpp | |
| parent | f12d2ae45356b4519383de70ad1be1bc755c4391 (diff) | |
| download | enigma2-87b5fc099dcc08b9af41122b11fb9ba99a4119d3.tar.gz enigma2-87b5fc099dcc08b9af41122b11fb9ba99a4119d3.zip | |
Revert "fix comment"
This reverts commit d89a0c3e66c6d4d9785e56e335e864d85ad6dcad.
Diffstat (limited to 'lib/dvb/dvb.cpp')
| -rw-r--r-- | lib/dvb/dvb.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dvb/dvb.cpp b/lib/dvb/dvb.cpp index 4dd5526a..24609438 100644 --- a/lib/dvb/dvb.cpp +++ b/lib/dvb/dvb.cpp @@ -974,7 +974,7 @@ int eDVBChannelFilePush::filterRecordData(const unsigned char *_data, int len, s } #endif -#if 1 /* This codepath is required on Broadcom-based Dreamboxes (DM800, DM8000) and strips away non-I-frames. */ +#if 1 /* not yet */ if (!m_iframe_search) return len; @@ -1045,6 +1045,7 @@ int eDVBChannelFilePush::filterRecordData(const unsigned char *_data, int len, s d += 4; } else d += 4; /* ignore */ + } if (m_iframe_state == 1) |
