From: Felix Domke Date: Mon, 17 Nov 2008 16:19:06 +0000 (+0100) Subject: fix comment X-Git-Tag: 2.6.0~490 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d89a0c3e66c6d4d9785e56e335e864d85ad6dcad?ds=sidebyside fix comment --- 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)