aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/CurrentService.py
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/python/Components/Sources/CurrentService.py
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/python/Components/Sources/CurrentService.py')
-rw-r--r--lib/python/Components/Sources/CurrentService.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/Sources/CurrentService.py b/lib/python/Components/Sources/CurrentService.py
index f49f0323..8e582d55 100644
--- a/lib/python/Components/Sources/CurrentService.py
+++ b/lib/python/Components/Sources/CurrentService.py
@@ -16,7 +16,8 @@ class CurrentService(PerServiceBase, Source):
# which is not always provided.
iPlayableService.evUpdatedInfo: self.serviceEvent,
iPlayableService.evUpdatedEventInfo: self.serviceEvent,
- iPlayableService.evCuesheetChanged: self.serviceEvent
+ iPlayableService.evCuesheetChanged: self.serviceEvent,
+ iPlayableService.evVideoSizeChanged: self.serviceEvent
}, with_event=True)
self.navcore = navcore