summaryrefslogtreecommitdiff
path: root/patches/vdr-dxr3-wss.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/vdr-dxr3-wss.patch')
-rw-r--r--patches/vdr-dxr3-wss.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/vdr-dxr3-wss.patch b/patches/vdr-dxr3-wss.patch
index c257e87..f286e36 100644
--- a/patches/vdr-dxr3-wss.patch
+++ b/patches/vdr-dxr3-wss.patch
@@ -8,10 +8,10 @@ Note: you'll probably want to apply em8300-adv7170-wss.patch too
Index: dxr3interface.c
===================================================================
RCS file: /cvsroot/dxr3plugin/dxr3/dxr3interface.c,v
-retrieving revision 1.4.2.19
-diff -u -r1.4.2.19 dxr3interface.c
---- dxr3interface.c 19 Apr 2005 18:19:37 -0000 1.4.2.19
-+++ dxr3interface.c 19 Apr 2005 18:20:02 -0000
+retrieving revision 1.4.2.20
+diff -u -r1.4.2.20 dxr3interface.c
+--- dxr3interface.c 25 Apr 2005 18:23:05 -0000 1.4.2.20
++++ dxr3interface.c 25 Apr 2005 18:23:28 -0000
@@ -497,20 +497,36 @@
void cDxr3Interface::SetAspectRatio(uint32_t ratio)
{
@@ -50,5 +50,5 @@ diff -u -r1.4.2.19 dxr3interface.c
- if (ioctl(m_fdControl, EM8300_IOCTL_SET_ASPECTRATIO, &ratio) < 0)
+ if (ioctl(m_fdControl, EM8300_IOCTL_SET_ASPECTRATIO, &aspect) < 0)
{
- cLog::Instance() << "cDxr3AbsDevice::SetAspectRatio Unable to set aspect ratio\n";
+ cLog::Instance() << "cDxr3Interface::SetAspectRatio Unable to set aspect ratio\n";
}