From be40133df4db68185931042f43995cf27da480be Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 25 Sep 2008 12:45:39 +0000 Subject: add possibility to query current progressive / framerate state --- lib/service/iservice.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/service/iservice.h') diff --git a/lib/service/iservice.h b/lib/service/iservice.h index 7448a5e0..929aaa93 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -261,6 +261,8 @@ public: enum { sIsCrypted, /* is encrypted (no indication if decrypt was possible) */ sAspect, /* aspect ratio: 0=4:3, 1=16:9, 2=whatever we need */ + sFrameRate, /* frame rate */ + sProgressive, /* 0 = interlaced, 1 = progressive */ sIsMultichannel, /* multichannel *available* (probably not selected) */ /* "user serviceable info" - they are not reliable. Don't use them for anything except the service menu! -- cgit v1.2.3