[mythtv-commits] Ticket #8527: Unsigned overflow in IsNearEnd

MythTV mythtv at cvs.mythtv.org
Sat Jun 12 01:57:37 UTC 2010


#8527: Unsigned overflow in IsNearEnd
------------------------------------------------+---------------------------
 Reporter:  Jim Stichnoth <stichnot@…>          |        Owner:  danielk    
     Type:  patch                               |       Status:  closed     
 Priority:  minor                               |    Milestone:  unknown    
Component:  MythTV - General                    |      Version:  Unspecified
 Severity:  medium                              |   Resolution:  fixed      
  Mlocked:  0                                   |  
------------------------------------------------+---------------------------
Changes (by danielk):

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


Comment:

 (In [25091]) Fixes #8527. Sometimes we play past the 'last frame' of a
 video when watching a recording currently being recorded, this allows
 IsNearEnd() to return true in that case since we are most certainly near
 the end of the video in that case.

 We should never actually get this close to the end of the video as there
 are safegards in place on skip, fast forward and timestretch to prevent
 this situation from occuring, but the failure of one or more of those
 mechanism is a separate bug.

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


More information about the mythtv-commits mailing list