From b5b839edc91a6902966079ec0b0bb5026df9df57 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 13 Dec 2006 13:26:48 +0000 Subject: use aspect ratio information from mpeg sequence header instead of eit (needs new drivers) --- lib/python/Components/Sources/CurrentService.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/python/Components/Sources') 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 -- cgit v1.2.3