diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-02-26 02:20:09 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-02-26 02:20:09 +0100 |
| commit | 8569882f5729e964e5871fd9b6f4a6bf8d4f2405 (patch) | |
| tree | b246456801a905a9eba3c17e996b1fed0c3ec828 /lib/dvb/dvb.cpp | |
| parent | d78844c80c0fc546186b6cbc52b3f7cb1ea3a680 (diff) | |
| download | enigma2-8569882f5729e964e5871fd9b6f4a6bf8d4f2405.tar.gz enigma2-8569882f5729e964e5871fd9b6f4a6bf8d4f2405.zip | |
fix pro7 'vpts did not increase when seeking'-bug
Diffstat (limited to 'lib/dvb/dvb.cpp')
| -rw-r--r-- | lib/dvb/dvb.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/dvb/dvb.cpp b/lib/dvb/dvb.cpp index 24609438..87e76305 100644 --- a/lib/dvb/dvb.cpp +++ b/lib/dvb/dvb.cpp @@ -1026,11 +1026,6 @@ int eDVBChannelFilePush::filterRecordData(const unsigned char *_data, int len, s fts += 188; } - /* force payload only */ - ts[3] &= ~0x30; - ts[3] |= 0x10; - -// memset(ts + 4, 0xFF, (offset % 188) - 4); m_iframe_state = 1; } |
