summaryrefslogtreecommitdiff
path: root/eepg.h
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-10-28 16:53:08 +0100
committerDimitar Petrovski <dimeptr@gmail.com>2012-10-28 16:53:08 +0100
commit2897776ceea4177e110b22e7efefd5dce50304a8 (patch)
treee4e1983df6f62a764468753e3ed92f5f6e11fd54 /eepg.h
parentbf45a222e707b0f778bc39abb171813bc39dd194 (diff)
downloadvdr-plugin-eepg-2897776ceea4177e110b22e7efefd5dce50304a8.tar.gz
vdr-plugin-eepg-2897776ceea4177e110b22e7efefd5dce50304a8.tar.bz2
Extract the the Short Text from the Extended description for MHW2 and Sky
Diffstat (limited to 'eepg.h')
-rw-r--r--eepg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/eepg.h b/eepg.h
index 7e1cc74..8eb3f2d 100644
--- a/eepg.h
+++ b/eepg.h
@@ -70,6 +70,7 @@ typedef struct {
unsigned int EventId;//short is not sufficient for Nagra
unsigned short int NumReplays;
unsigned char * Text;
+ unsigned char ShortTextLength;
} Summary_t;