[mythtv-commits] Ticket #11455: DVD subpictures without an explicit 'end' time are not shown.

MythTV noreply at mythtv.org
Wed Mar 13 21:42:09 UTC 2013


#11455: DVD subpictures without an explicit 'end' time are not shown.
-------------------------+---------------------------------------
 Reporter:  peper03@…    |           Type:  Bug Report - General
   Status:  new          |       Priority:  minor
Milestone:  unknown      |      Component:  MythTV - DVD Playback
  Version:  Master Head  |       Severity:  medium
 Keywords:               |  Ticket locked:  0
-------------------------+---------------------------------------
 The 'end' time for DVD subpictures defaults to zero, which prevents them
 being shown if they don't include an explicit command to set it.

 The attached patch initializes the 'end' time so that the subpicture shows
 forever (or until the next subpicture).  This allows DVDs such as those
 found [[http://www.mindtrap.co.uk/|here]] to play (note subtitles must be
 turned on to see anything!)

 Additionally, the also adds minimal handling for the 'CHG_COLCON' command,
 which doesn't occur often, but is currently not recognised.  This could
 lead to issues due to the code attempting to interpret the data for the
 command as new commands.  The new handling simply skips over the data to
 the next command.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11455>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list