From 54d069c95c546d6b12f6effc1af7a0274b7c31e4 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 23 Jun 2002 18:00:00 +0200 Subject: Version 1.1.4 - Added Hungarian language texts (thanks to Istvan Koenigsberger and Guido Josten). - Activated cutting. - Activated 'Transfer Mode'. - Moved handling of the Menu key entirely into vdr.c. - Switched VDR's own player to the new cPlayer/cControl structures. - Switched handling 'Transfer Mode' to the new cPlayer/cControl structures. - The following limitations apply to this version: + The '-a' option (for Dolby Digital audio) doesn't work yet. + Switching between different language tracks doesn't work yet. --- dmxdev.c.diff | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 dmxdev.c.diff (limited to 'dmxdev.c.diff') diff --git a/dmxdev.c.diff b/dmxdev.c.diff deleted file mode 100644 index 85672c0..0000000 --- a/dmxdev.c.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- dmxdev.c Mon Apr 1 10:59:46 2002 -+++ dmxdev.c Sun Jun 16 11:02:38 2002 -@@ -1048,6 +1048,9 @@ - if (dmxdev->dvr_buffer.pread!=dmxdev->dvr_buffer.pwrite) - return (POLLIN | POLLRDNORM | POLLPRI); - -+ if (dmxdev->dvr_buffer.error) -+ return (POLLIN | POLLRDNORM | POLLPRI | POLLERR); -+ - return 0; - } else - return (POLLOUT | POLLWRNORM | POLLPRI); -- cgit v1.2.3