diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-09-29 20:53:24 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-09-29 20:53:24 +0200 |
commit | a21c3bf58621446068b054326eec83dae1e744a0 (patch) | |
tree | b6be210abd89ba287fb4865ed8f6d949ff758cd5 /recv.cpp | |
parent | 4c6855588f9d061779681c73db2d03adaa96ad27 (diff) | |
download | vdr-plugin-markad-a21c3bf58621446068b054326eec83dae1e744a0.tar.gz vdr-plugin-markad-a21c3bf58621446068b054326eec83dae1e744a0.tar.bz2 |
Added patch from ebsi
Added ES Descriptor handling in standalone version
Diffstat (limited to 'recv.cpp')
-rw-r--r-- | recv.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -24,13 +24,13 @@ cMarkAdReceiver::cMarkAdReceiver(int RecvNumber, const char *Filename, cTimer *T buffer.SetTimeouts(0, 10); bool useH264=false; -#if APIVERSNUM >= 10700 && APIVERSNUM < 10702 +#if APIVERSNUM >= 10700 +#ifdef DVBFE_DELSYS_DVBS2 if (Timer->Channel()->System()==DVBFE_DELSYS_DVBS2) useH264=true; -#endif - -#if APIVERSNUM >= 10702 +#else if (Timer->Channel()->System()==SYS_DVBS2) useH264=true; #endif +#endif memset(&macontext,0,sizeof(macontext)); if (Timer->Event()) { |