use aspect ratio information from mpeg sequence header instead of eit (needs
[enigma2.git] / lib / service / iservice.h
index 2ada9095e56c8b03ab42bb00876f0e4e354e72ae..85ac6fd37d781600187e7153bc30e26a4e730e4f 100644 (file)
@@ -301,6 +301,9 @@ public:
                sTags,  /* space seperated list of tags */
                
                sDVBState, /* states as defined in pmt handler (as events there) */
+
+               sVideoHeight,
+               sVideoWidth
        };
        enum { resNA = -1, resIsString = -2, resIsPyObject = -3 };
 
@@ -529,7 +532,9 @@ public:
                        /* only when cueSheet is implemented */
                evCuesheetChanged,
 
-               evUpdatedRadioText
+               evUpdatedRadioText,
+
+               evVideoSizeChanged
        };
 #ifndef SWIG
        virtual RESULT connectEvent(const Slot2<void,iPlayableService*,int> &event, ePtr<eConnection> &connection)=0;