
mythtv at cvs
Jul 26, 2009, 7:56 PM
Post #14 of 29
(2843 views)
Permalink
|
|
Re: Ticket #6367: DVD viewing skips during DVD access
[In reply to]
|
|
#6367: DVD viewing skips during DVD access -----------------------------------+---------------------------------------- Reporter: bhuffman [at] graze | Owner: skamithi Type: defect | Status: infoneeded Priority: minor | Milestone: 0.22 Component: MythTV - DVD Playback | Version: head Severity: medium | Resolution: Mlocked: 0 | -----------------------------------+---------------------------------------- Comment(by alan [at] eng): Hi, Tested patch/change on top of 0.21+fixes-21006 (not trunk - downloaded from Mythbuntu, hand typed changes) noted additional code not shown in patch (see below) no idea if it is relevant if (storedPackets.count() < 15 && !decodeStillFrame) storevideoframes = true; if (inDVDMenu && storedPackets.count() > 0) ringBuffer->DVD()->SetRunSeekCellStart(false); else if (inDVDStill) ringBuffer->DVD()->RunSeekCellStart(); } if (GetNVP()->AtNormalSpeed() && ((cellChanged) || (lastdvdtitle != dvdtitle))) { if (dvdtitle != lastdvdtitle) { VERBOSE(VB_PLAYBACK, LOC + "DVD Title Changed"); lastdvdtitle = dvdtitle; ). Patch makes no difference to Animusic 2, Wall-E or Gladiator - all are as bad as ever with video stuttering. Now, after a period of stuttering the audio warps and speeds up and the stuttering seems better, then the audio settles back down and the stuttering is back. This may be a red-herring. Wall-E's menus worked, but the FBI warning was skipped completely. Thanks Alan -- Ticket URL: <http://svn.mythtv.org/trac/ticket/6367#comment:13> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|