[mythtv-commits] Re: Ticket #692: Odd seek behavior in DVB/HDTV recordings

MythTV mythtv at cvs.mythtv.org
Tue Nov 29 18:32:47 EST 2005


#692: Odd seek behavior in DVB/HDTV recordings
-------------------------------+--------------------------------------------
 Reporter:  fracmak at gmail.com  |        Owner:  danielk
     Type:  defect             |       Status:  closed 
 Priority:  minor              |    Milestone:  0.19   
Component:  mythtv             |      Version:  head   
 Severity:  medium             |   Resolution:  fixed  
-------------------------------+--------------------------------------------
Changes (by danielk):

  * resolution:  => fixed
  * status:  assigned => closed

Comment:

 (In [8080]) Fixes #692.

 FindKeyFrames() stopped looking for frames once it had seen
 a keyframe stream id. But FindKeyFrames() doesn't just find
 key frames, it also tracks the total number of frames seen.
 So this meant that streams that contain GOP headers would be
 undercounted by one frame per keyframe interval.

 This doesn't effect all streams, so I put a little note of
 warning into the comments for anyone wishing to optimize
 this function in the future.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/692>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list