#774: Dropped frames on playback while playing DVB
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  danielk 
     Type:  defect     |       Status:  reopened
 Priority:  minor      |    Milestone:  0.20    
Component:  mythtv     |      Version:  head    
 Severity:  medium     |   Resolution:          
-----------------------+----------------------------------------------------
Comment (by [EMAIL PROTECTED]):

 On my boxes, I found a strange "fix" for my stuttering problems.

 In mythtv/libs/libmythtv/NuppelVideoPlayer.cpp

 near line 4719 change:

 if (videoOutput->EnoughDecodedFrames())

 to:

 if (videoOutput->EnoughPrebufferedFrames())

 (or just remove the ifdef block so it always reads
 EnoughPrebufferedFrames())

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/774>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits

Reply via email to