Re: [vdr] Unable to rebuild index on some French HD records

2010-05-05 Thread dplu
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 >

[vdr] vdr 1.7.10 no record channel

2010-05-05 Thread Senufo
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