[mythtv-commits] Ticket #13419: Jerky playback with shield on certain interlaced content

MythTV noreply at mythtv.org
Sun Mar 3 20:27:59 UTC 2019


#13419: Jerky playback with shield on certain interlaced content
----------------------------------+-------------------------------
 Reporter:  mspieth               |          Owner:  Peter Bennett
     Type:  Bug Report - General  |         Status:  accepted
 Priority:  minor                 |      Milestone:  30.1
Component:  Ports - Android       |        Version:  Master Head
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-------------------------------
Changes (by Peter Bennett):

 * status:  assigned => accepted
 * reporter:  Peter Bennett => mspieth


Comment:

 The logic is continuously flipping between 25fps and 50fps and each time
 is re-initializing video.

 The fix changes the order of fields used to determine framerate to give
 r_frame_rate a lower priority. r_frame_rate is described as the lowest
 possible frame rate. not the actual frame rate and was showing as 50. I
 think the description actually means highest possible frame rate, lowest
 frame interval

 This fixes playback for Mark's sample file.

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13419#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list