diff options
author | scop <scop> | 2005-07-06 20:20:08 +0000 |
---|---|---|
committer | scop <scop> | 2005-07-06 20:20:08 +0000 |
commit | 87405c497570c356759c51674eb856902338eb80 (patch) | |
tree | 68d3ceb1515601718c81c3e53769acfb49ac705e | |
parent | 03bf2b32eb47000db964ba1584089c0796b83031 (diff) | |
download | vdr-plugin-dxr3-87405c497570c356759c51674eb856902338eb80.tar.gz vdr-plugin-dxr3-87405c497570c356759c51674eb856902338eb80.tar.bz2 |
Rediff, resurrect description.
-rw-r--r-- | patches/vdr-dxr3-wss.patch | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/patches/vdr-dxr3-wss.patch b/patches/vdr-dxr3-wss.patch index bd7d413..9bac947 100644 --- a/patches/vdr-dxr3-wss.patch +++ b/patches/vdr-dxr3-wss.patch @@ -1,11 +1,17 @@ +Wide screen signaling (WSS) patch for vdr-dxr3 by Seppo Ingalsuo. +Apply to: vdr-dxr3 plugin sources +More info: http://thread.gmane.org/gmane.linux.vdr/17095 +Note: you'll probably want to apply em8300-adv7170-wss.patch too + in order to get support for this functionality in the driver. + Index: dxr3interface.c =================================================================== RCS file: /cvsroot/dxr3plugin/dxr3/dxr3interface.c,v -retrieving revision 1.4.2.23 -diff -u -r1.4.2.23 dxr3interface.c ---- dxr3interface.c 22 Jun 2005 17:37:22 -0000 1.4.2.23 -+++ dxr3interface.c 22 Jun 2005 17:40:10 -0000 -@@ -498,20 +498,39 @@ +retrieving revision 1.4.2.25 +diff -u -r1.4.2.25 dxr3interface.c +--- dxr3interface.c 6 Jul 2005 20:16:23 -0000 1.4.2.25 ++++ dxr3interface.c 6 Jul 2005 20:16:57 -0000 +@@ -500,20 +500,39 @@ void cDxr3Interface::SetAspectRatio(uint32_t ratio) { static int requestCounter = 0; |