On 23.03.2009 22:13, Klaus Schmidinger wrote:
> On 23.03.2009 21:42, Niedermeier Günter wrote:
>>> Here's a quick shot - totally untested (no time, sorry).
>>> Please try it and let me know if it helps.
>> Hi,
>>
>> I've tried it:
>> files are created, but with zero filesize.
>> Only info is correct.
>>
>> After a few seconds vdr is restarting with an "emergency exit!".
> 
> Well, then I guess I do need to spend a little more time on this ;-)

Just another quick thing to test: please add

        }
     Data += TS_SIZE;      <========== this line
     Length -= TS_SIZE;
     Processed += TS_SIZE;
     }
  return Processed;
}

to the end of cFrameDetector::Analyze().

Klaus

_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to