aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/dvb.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-11-17 17:19:06 +0100
committerFelix Domke <tmbinc@elitedvb.net>2009-01-26 22:25:46 +0100
commitd89a0c3e66c6d4d9785e56e335e864d85ad6dcad (patch)
tree496b90613e79fa28d853ac71aa60832bdb084384 /lib/dvb/dvb.cpp
parent1d0a109bc97ea1d32928de03b90c4d043ddf2b25 (diff)
downloadenigma2-d89a0c3e66c6d4d9785e56e335e864d85ad6dcad.tar.gz
enigma2-d89a0c3e66c6d4d9785e56e335e864d85ad6dcad.zip
fix comment
Diffstat (limited to 'lib/dvb/dvb.cpp')
-rw-r--r--lib/dvb/dvb.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/dvb/dvb.cpp b/lib/dvb/dvb.cpp
index 24609438..4dd5526a 100644
--- a/lib/dvb/dvb.cpp
+++ b/lib/dvb/dvb.cpp
@@ -974,7 +974,7 @@ int eDVBChannelFilePush::filterRecordData(const unsigned char *_data, int len, s
}
#endif
-#if 1 /* not yet */
+#if 1 /* This codepath is required on Broadcom-based Dreamboxes (DM800, DM8000) and strips away non-I-frames. */
if (!m_iframe_search)
return len;
@@ -1045,7 +1045,6 @@ int eDVBChannelFilePush::filterRecordData(const unsigned char *_data, int len, s
d += 4;
} else
d += 4; /* ignore */
-
}
if (m_iframe_state == 1)