Revert "fix comment"
authorFelix Domke <tmbinc@elitedvb.net>
Mon, 26 Jan 2009 22:41:56 +0000 (23:41 +0100)
committerFelix Domke <tmbinc@elitedvb.net>
Mon, 26 Jan 2009 22:41:56 +0000 (23:41 +0100)
This reverts commit d89a0c3e66c6d4d9785e56e335e864d85ad6dcad.

lib/dvb/dvb.cpp

index 4dd5526a2d16baf0033e6d5f8d4f5618d9e9d08e..246094386ae834378a9b329fd0ab333c4a2303d6 100644 (file)
@@ -974,7 +974,7 @@ int eDVBChannelFilePush::filterRecordData(const unsigned char *_data, int len, s
        }
 #endif
 
        }
 #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;
 
        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 */
                        d += 4;
                } else
                        d += 4; /* ignore */
+
        }
 
        if (m_iframe_state == 1)
        }
 
        if (m_iframe_state == 1)