use aspect ratio information from mpeg sequence header instead of eit (needs
[enigma2.git] / lib / service / servicedvb.h
index b40341f7da40ea39972eb5fcf56ec52b4397d94f..c765e0e383ab00b39a5661609758b29c9cd5a2b9 100644 (file)
@@ -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