[mythtv-commits] Ticket #8144: internal dvd player: another dvd fast playback problem

MythTV mythtv at cvs.mythtv.org
Sun Mar 7 19:13:21 UTC 2010


#8144: internal dvd player: another dvd fast playback problem
------------------------------+---------------------------------------------
 Reporter:  skamithi          |       Owner:  skamithi
     Type:  defect            |      Status:  new     
 Priority:  minor             |   Milestone:  0.24    
Component:  MythTV - General  |     Version:  head    
 Severity:  medium            |     Mlocked:  0       
------------------------------+---------------------------------------------
 when watching a dvd in Picture by picture mode, and placing the dvd video
 on the side with no audio, the dvd plays at about 2 times the normal
 speed. Swapping it back to be the active video, makes the speed go well.
 This doesn't affect all dvds, just some.

 Found out the problem is that the normalized_fps function in
 AVFormatdecoder is returning the wrong fps value initially. Even when,
 later during the stream, it changes to the correct fps, the dvd speed is
 still fast.

 patch attached is a workaround until I can figure out why normalized_fps
 function is doing this. in the patch, the dvd fps is obtained from the dvd
 IFO instead of from normalized_fps function. I would like to get
 normalized_fps function to do the right thing instead of using this
 workaround.

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


More information about the mythtv-commits mailing list