Hi
Thanks for the patch, seems to work OK for now, as long problem was not on all
recordings, long time of checking start ... will reactivate if necessary
@+
Le Sunday 18 April 2010 18:53:35 dplu, vous avez écrit :
> Le Sunday 18 April 2010 16:11:20 Klaus Schmidinger, vous avez écrit :
> Hi
>
Hi,
I found the problem. VDR does not detect the frame independent in this
stream because in the function :
cFrameDetector:: Analyze (const uchar * Data, int Length)
in the file remux.c.
((Data [i +2]>> 3) & 0x07) is equal to 0 instead of 1 for stream that work.
I applied this patch :
--- re