X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/87b5fc099dcc08b9af41122b11fb9ba99a4119d3..4e8e9db9aff5f54d8159592875369a5f5696ea19:/lib/dvb/dvb.cpp 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; }