summaryrefslogtreecommitdiff
path: root/grab.cpp
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-01-25 22:45:03 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-01-25 22:45:03 +0100
commitcdc9262868dcd658ca1105f284d390a15fd33729 (patch)
treed7752b86916b19658a7696def303ca082ceac85b /grab.cpp
parentefc6c043a5fa0d557e82b562a8139e2a42541a89 (diff)
downloadvdr-plugin-live-cdc9262868dcd658ca1105f284d390a15fd33729.tar.gz
vdr-plugin-live-cdc9262868dcd658ca1105f284d390a15fd33729.tar.bz2
Applied patch supplied by vdr-portal.de user iNOB in the post:
http://www.vdr-portal.de/board/thread.php?postid=946704#post946704 It replaces the 4:3 tv image on the remote page with 16:9 one, which is more appropriate for todays TV image ratios.
Diffstat (limited to 'grab.cpp')
-rw-r--r--grab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/grab.cpp b/grab.cpp
index bc45263..a86f3e9 100644
--- a/grab.cpp
+++ b/grab.cpp
@@ -13,7 +13,7 @@ const unsigned int GrabPauseIntervalMs = GrabMinIntervalMs * 20;
class GrabImageTask: public StickyTask
{
public:
- explicit GrabImageTask( int quality = 80, int width = 320, int height = 240 )
+ explicit GrabImageTask( int quality = 80, int width = 729, int height = 480 )
: m_firstTime( 0 )
, m_lastTime( 0 )
, m_quality( quality )