fix pro7 'vpts did not increase when seeking'-bug
[enigma2.git] / lib / dvb / dvb.cpp
index 246094386ae834378a9b329fd0ab333c4a2303d6..87e763056dd8e3c9e33f1b93ab9dd00d71fca5c1 100644 (file)
@@ -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;
                        }