[mythtv] Weird framerates on CVS with DVB

Torbjörn Jansson torbjorn.jansson at mbox200.swipnet.se
Mon Aug 23 13:28:39 EDT 2004


mythtv-dev-bounces at mythtv.org <> wrote:
>> if (frameheader.frametype == 'S')
>> {
>>     if (frameheader.comptype == 'A')
>>     {
>>         if (frameheader.timecode > 0 &&
> frameheader.timecode < 5500000)
>>         {
>> ===>        effdsp = frameheader.timecode;
>>             m_parent->SetEffDsp(effdsp);
>>         }
>>    }
>> }
>> 
> 
> BTW Commenting out the m_parent->SetEffDsp line is enough to let me
> watch my 'bad' recordings. 
> 
> Andy Mc
> 

Yepp, same here. With that line removed playback is smooth again with "bad"
recordings.



More information about the mythtv-dev mailing list