Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] LiveAC3 and PW
Hi
A couple of people reported problems with LiveAC3 and PW channels. It appears
as if PW uses PS packets that are larger that the availabe buffer space in
cLiveAC3. The attached patch increases buffer size to 12Kbytes, which appears
to be enough.
Have fun
Andreas
===== dvbapi.h 1.6 vs edited =====
--- 1.6/dvbapi.h Mon Apr 22 12:34:02 2002
+++ edited/dvbapi.h Sun Apr 28 15:28:52 2002
@@ -461,7 +461,7 @@
sigset_t oldset;
bool active;
bool busy;
- uint8_t buffer[6144];
+ uint8_t buffer[12*1024];
int fd_dolby;
virtual void StripAudioPackets(unsigned char *b, int Length, unsigned char
Except = 0x00);
virtual bool SetDpid1(int Dpid, dmxOutput_t Output);
Home |
Main Index |
Thread Index