diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-11-17 22:54:04 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-11-17 22:54:04 +0100 |
| commit | 39bd88513deee4a1a00993212c76e503fdd47fe7 (patch) | |
| tree | cd7cb4626c8a02d4f75c220c7d222a47ec0f7eb7 /lib/dvb/dvb.cpp | |
| parent | 67a09e962e20c1a2becd8b8699b542779941b6e7 (diff) | |
| download | enigma2-39bd88513deee4a1a00993212c76e503fdd47fe7.tar.gz enigma2-39bd88513deee4a1a00993212c76e503fdd47fe7.zip | |
fix typo
Diffstat (limited to 'lib/dvb/dvb.cpp')
| -rw-r--r-- | lib/dvb/dvb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/dvb.cpp b/lib/dvb/dvb.cpp index 07cc611b..28012e7a 100644 --- a/lib/dvb/dvb.cpp +++ b/lib/dvb/dvb.cpp @@ -1041,7 +1041,7 @@ int eDVBChannelFilePush::filterRecordData(const unsigned char *_data, int len, s int payload_start = 4; if (ts[3] & 0x20) /* adaptation field present */ payload_start += ts[4] + 1; /* skip AF */ - if (payload_start == (offset%184)) /* the 00 00 01 should be directly at the payload start, otherwise it's not a PES header */ + if (payload_start == (offset%188)) /* the 00 00 01 should be directly at the payload start, otherwise it's not a PES header */ { if (m_pid != pid) { |
