diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-13 13:26:48 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-13 13:26:48 +0000 |
| commit | b5b839edc91a6902966079ec0b0bb5026df9df57 (patch) | |
| tree | aa7ab629412e0c52041ba39425f299531274d386 /lib/service/iservice.h | |
| parent | 1394bbf36f7e0cc591f1a31b7d5db4e8f0f2c0c6 (diff) | |
| download | enigma2-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/iservice.h')
| -rw-r--r-- | lib/service/iservice.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h index 2ada9095..85ac6fd3 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -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; |
