diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-20 18:37:12 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-20 18:37:12 +0100 |
commit | 7edd82e7ea0f4d32b4e15cb4be1c6d819269c812 (patch) | |
tree | 1498fd420a0dbfe2ca9d0bed03ce56c73bd4880a /displayreplay.c | |
parent | 330cc7df50705aa63721c45db72522a4ad51d5e6 (diff) | |
download | skin-flatplus-7edd82e7ea0f4d32b4e15cb4be1c6d819269c812.tar.gz skin-flatplus-7edd82e7ea0f4d32b4e15cb4be1c6d819269c812.tar.bz2 |
update SetItemRecording, fix imagecache, add imageloader debug time output
Diffstat (limited to 'displayreplay.c')
-rw-r--r-- | displayreplay.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/displayreplay.c b/displayreplay.c index c6ec4225..91b2b6a6 100644 --- a/displayreplay.c +++ b/displayreplay.c @@ -205,6 +205,9 @@ void cFlatDisplayReplay::ResolutionAspectDraw(void) { case 960: // 960x720 (HD720 DV) res = "960x720"; break; + case 704: // 704x576 (PAL) + res = "704x576"; + break; case 720: // 720x576 (PAL) res = "720x576"; break; |