summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop>2005-04-25 18:25:28 +0000
committerscop <scop>2005-04-25 18:25:28 +0000
commit05391c076ac28f001af9dd3e54447e0f41a6b443 (patch)
treeb1748fd738a71f5ace3f34ca696e5fd5441b96c5
parent32405701aa45b2df40d0eb3fcadf2035ed87b494 (diff)
downloadvdr-plugin-dxr3-05391c076ac28f001af9dd3e54447e0f41a6b443.tar.gz
vdr-plugin-dxr3-05391c076ac28f001af9dd3e54447e0f41a6b443.tar.bz2
Rediff.
-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";
}