[mythtv-commits] Ticket #3960: Fix inconsistency in smart fast forwarding

MythTV mythtv at cvs.mythtv.org
Thu Sep 13 12:30:24 UTC 2007


#3960: Fix inconsistency in smart fast forwarding
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  patch      |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythtv     |     Version:  head   
 Severity:  medium     |     Mlocked:  0      
-----------------------+----------------------------------------------------
 This patch corrects the following: With smart fast forwarding if you only
 rewind once, then wait for the OSD to clear, and press forward, MythTV
 will keep the "slow" mode and jump forward only 5 seconds.

 Explanation for the patch: DoSeek calls UpdateOSDSeekMessage which sets
 OSD type based on doSmartForward. The type would later cause
 doSmartForward to be cleared. With the current code, the first rewind
 calls DoSeek before setting doSmartForward, and so it remains enabled
 until another seek operation.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3960>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list