aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-12-13 13:26:48 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-12-13 13:26:48 +0000
commitb5b839edc91a6902966079ec0b0bb5026df9df57 (patch)
treeaa7ab629412e0c52041ba39425f299531274d386 /lib/service/servicedvb.h
parent1394bbf36f7e0cc591f1a31b7d5db4e8f0f2c0c6 (diff)
downloadenigma2-b5b839edc91a6902966079ec0b0bb5026df9df57.tar.gz
enigma2-b5b839edc91a6902966079ec0b0bb5026df9df57.zip
use aspect ratio information from mpeg sequence header instead of eit (needs
new drivers)
Diffstat (limited to 'lib/service/servicedvb.h')
-rw-r--r--lib/service/servicedvb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h
index b40341f7..c765e0e3 100644
--- a/lib/service/servicedvb.h
+++ b/lib/service/servicedvb.h
@@ -267,6 +267,10 @@ private:
ePtr<eDVBRadioTextParser> m_radiotext_parser;
ePtr<eConnection> m_radiotext_updated_connection;
void radioTextUpdated();
+
+ ePtr<eConnection> m_video_event_connection;
+ void video_event(struct iTSMPEGDecoder::videoEvent);
+ struct iTSMPEGDecoder::videoEvent m_videoEventData;
};
class eStaticServiceDVBBouquetInformation: public iStaticServiceInformation