diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-07-26 12:09:55 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-07-26 12:09:55 +0200 |
| commit | e7e1a21effef16f0bd622e08fc5a6b66d7d746df (patch) | |
| tree | 46d52d9b6c104c2bd047b44b37a027844d9a1efa /lib/dvb/pmt.cpp | |
| parent | a5b2405cf17234cf9396f6b45f3e10a44a5eceaf (diff) | |
| download | enigma2-e7e1a21effef16f0bd622e08fc5a6b66d7d746df.tar.gz enigma2-e7e1a21effef16f0bd622e08fc5a6b66d7d746df.zip | |
pmt.cpp: fix for stupid fix fix
Diffstat (limited to 'lib/dvb/pmt.cpp')
| -rw-r--r-- | lib/dvb/pmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp index 55ce6d49..dc427aa1 100644 --- a/lib/dvb/pmt.cpp +++ b/lib/dvb/pmt.cpp @@ -461,7 +461,7 @@ int eDVBServicePMTHandler::getProgramInfo(struct program &program) default: break; } - if (isteletext != -1 && (isaudio || isvideo)) + if (isteletext && (isaudio || isvideo)) { eDebug("ambiguous streamtype for PID %04x detected.. forced as teletext!", (*es)->getPid()); continue; // continue with next PID |
