VDR-1.3.28: cVideoRepacker sucks (was: Re: [vdr] VDR developer
version 1.3.28)
Reinhard Nissl
rnissl at gmx.de
Mon Aug 15 00:16:08 CEST 2005
Hi,
Darren Salt wrote:
>>I don't have a good DTV signal and so the data stream will have errors in
>>it (though the picture is still watchable). Could this be the problem?
>
> Could be. I have a good signal here and I'm not seeing any problems.
> (Relevant patches: the dvbplayer and replay patches are applied, and I've
> recently dropped the dvbspu patch.)
It definitely has to do with signal quality. The patch below triggers
this issue on my maschine. I'll try to find a solution soon.
--- ../vdr-1.3.28-orig/remux.c 2005-07-30 12:23:00.000000000 +0200
+++ remux.c 2005-08-15 00:09:13.000000000 +0200
@@ -1063,6 +1063,8 @@ void cTS2PES::write_ipack(const uint8_t
void cTS2PES::instant_repack(const uint8_t *Buf, int Count)
{
+ *((uint8_t *)Buf) = 0x00;
+
int c = 0;
while (c < Count && (mpeg == 0 || (mpeg == 1 && found < 7) || ...
Bye.
--
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rnissl at gmx.de
More information about the vdr
mailing list