Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: [ANNOUNCEMENT] DVD plugin - change of maintainer



On 07 Oct 2003 Sven Goethel <sgoethel@jausoft.com> wrote:

Hi,
I (shortly) tested p7 together with AC3overDVB and it works well.

As with older dvd-plugins/libdvdnav versions I had to enable the
experimental multi-threaded-read-ahead cache in the dvdnav lib to
get a smooth replay. Without every now and then the video is
jerky.

> please send patches to incooperate new features,

I suggest to change the behaviour of the back key (is this the
only way to end the replay?). IMO it doesn't makes much sense to
jump to the recordings menu.

diff -urN dvd-0.3.3-jau-p7-orig/control-dvd.c dvd-0.3.3-jau-p7/control-dvd.c
--- dvd-0.3.3-jau-p7-orig/control-dvd.c	2003-10-06 08:45:51.000000000 +0200
+++ dvd-0.3.3-jau-p7/control-dvd.c	2003-10-07 18:47:59.000000000 +0200
@@ -587,7 +587,7 @@
 		  else
 		      Show();
 		      break;
-		  case kBack:    return osRecordings;
+		  case kBack:    Hide(); return osEnd;
 
 		  case k9:  if(visible && !modeOnly) {
 				Hide();


-- 
Stefan Huelswitt
huels@iname.com  | http://home.pages.de/~nathan


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index