fix pro7 'vpts did not increase when seeking'-bug
authorFelix Domke <tmbinc@elitedvb.net>
Thu, 26 Feb 2009 01:20:09 +0000 (02:20 +0100)
committerFelix Domke <tmbinc@elitedvb.net>
Thu, 26 Feb 2009 01:20:09 +0000 (02:20 +0100)
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;
                                }
 
                                        fts += 188;
                                }
-                                               /* force payload only */
-                               ts[3] &= ~0x30;
-                               ts[3] |=  0x10;
-
-//                             memset(ts + 4, 0xFF, (offset % 188) - 4);
 
                                m_iframe_state = 1;
                        }
 
                                m_iframe_state = 1;
                        }