diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-03-29 19:02:03 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-03-31 09:59:57 +0200 |
| commit | 37727defa26822965967c2f26b5e181f19ba7e64 (patch) | |
| tree | aa6737fa78569011cef0e43545b797ccaa32d65c /lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h | |
| parent | aa0c8434aebeb7df775bf30330ab683a676cdba0 (diff) | |
| download | enigma2-37727defa26822965967c2f26b5e181f19ba7e64.tar.gz enigma2-37727defa26822965967c2f26b5e181f19ba7e64.zip | |
lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h/cpp: add support for autoresolution plugins (needs new libdreamdvd)
this fixes bug #302
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h b/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h index c730d501..c751a394 100644 --- a/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h +++ b/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h @@ -127,6 +127,8 @@ private: void loadCuesheet(); void saveCuesheet(); + + int m_width, m_height, m_aspect, m_framerate, m_progressive; }; #endif |
