diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-07 14:23:16 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-07 14:31:39 +0100 |
| commit | 296b611baa6c7d557522449147dfa020cea9cc18 (patch) | |
| tree | 7613de2743747dfa4eb5a77a73b4a30a866e7b2a /lib/dvb/lowlevel | |
| parent | 870613c85f6569ac1d04a387d0a164357a7289ba (diff) | |
| download | enigma2-296b611baa6c7d557522449147dfa020cea9cc18.tar.gz enigma2-296b611baa6c7d557522449147dfa020cea9cc18.zip | |
fix digital+ (mhw2) epg (still disabled in epgcache.h!)
now also support digital + epg on hispasat
Diffstat (limited to 'lib/dvb/lowlevel')
| -rw-r--r-- | lib/dvb/lowlevel/mhw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dvb/lowlevel/mhw.h b/lib/dvb/lowlevel/mhw.h index 0b4904fa..f06c86e8 100644 --- a/lib/dvb/lowlevel/mhw.h +++ b/lib/dvb/lowlevel/mhw.h @@ -78,9 +78,9 @@ typedef struct { u_char ppv_id_ml :8; u_char ppv_id_lo :8; u_char program_id_hi :8; - u_char program_id_mh :8; // mhw2_title end (33chars max) + u_char program_id_mh :8; u_char program_id_ml :8; - u_char program_id_lo :8; + u_char program_id_lo :8; // mhw2_title end (35chars max) u_char mhw2_mjd_hi :8; u_char mhw2_mjd_lo :8; u_char mhw2_duration_hi :8; |
