Mailing List archive

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

[vdr] Re: [PATCH] AC3overDVB 0.1.5



On 13 Apr 2003 s.huelswitt@gmx.de (Stefan Huelswitt) wrote:

> a new release of the AC3overDVB patch is available at:
> <http://www.muempf.de/down/vdr-1.1.27-AC3overDVB-0.1.5.diff.gz>

Unfortunaly, while transfering the patch from vdr 1.1.26 one line
was applied at the wrong position. This breaks audio after fast
forward/fast rewind.

The file mentioned above has been replaced with a corrected
version. If you have already downloaded the file, please
re-download it. As an alternative you can use the patch below to
correct the error.

Sorry for the inconvenience.

diff -u vdr-1.1.27-ac3/dvbdevice.c vdr-1.1.27-ac3/dvbdevice.c
--- vdr-1.1.27-ac3/dvbdevice.c	2003-04-13 14:40:37.000000000 +0200
+++ vdr-1.1.27-ac3/dvbdevice.c	2003-04-13 19:44:06.000000000 +0200
@@ -928,6 +928,7 @@
      if (fd_video >= 0)
         CHECK(ioctl(fd_video, VIDEO_CONTINUE));
      }
+  UseRuleset(0);
   cDevice::Play();
 }
 
@@ -1091,7 +1092,6 @@
      delete tsBuffer;
      tsBuffer = NULL;
      }
-  UseRuleset(0);
 }
 
 bool cDvbDevice::GetTSPacket(uchar *&Data)

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


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



Home | Main Index | Thread Index