[mythtv-commits] Ticket #5180: mythtranscode never completes when transcoding clips with cutpoints

MythTV mythtv at cvs.mythtv.org
Tue Aug 12 13:04:22 UTC 2008


#5180: mythtranscode never completes when transcoding clips with cutpoints
---------------------------+------------------------------------------------
 Reporter:  krizze         |        Owner:  ijr 
     Type:  defect         |       Status:  new 
 Priority:  minor          |    Milestone:  0.22
Component:  mythtranscode  |      Version:  head
 Severity:  medium         |   Resolution:      
  Mlocked:  0              |  
---------------------------+------------------------------------------------

Comment(by nzhook):

 The following is the patch I have been running since making the comment
 regarding the fix for the issue, this has been working since that time
 with no sign o the issue.   Im posting this before doing an SVN update so
 someone may have already applied a similar patch, but I dont want to loose
 the change...

 --- libs/libmythtv/NuppelVideoPlayer.cpp        (revision 17827)
 +++ libs/libmythtv/NuppelVideoPlayer.cpp        (working copy)
 @@ -5744,9 +5744,9 @@
      if (m_playbackinfo)
          m_playbackinfo->UpdateInUseMark();

 -    if (honorCutList)   //Qt4 port: removed dm_iter == NULL &&
 +    if (videoOutput->GetLastDecodedFrame()->frameNumber == 0 &&
 honorCutList)   //Qt4 port: removed dm_iter == NULL &&
          dm_iter = deleteMap.begin();
 -
 +
      if (!GetDecoder()->GetFrame(0))
          return false;
      if (eof)

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5180#comment:8>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list