[mythtv-commits] Ticket #2455: internal dvd player: subtitles don't get turned on automatically when set in the dvd menu.

MythTV mythtv at cvs.mythtv.org
Sun Sep 24 22:14:49 UTC 2006


#2455: internal dvd player: subtitles don't get turned on automatically when set
in the dvd menu.
----------------------+-----------------------------------------------------
 Reporter:  skamithi  |        Owner:  skamithi
     Type:  defect    |       Status:  new     
 Priority:  minor     |    Milestone:  0.21    
Component:  mythtv    |      Version:  head    
 Severity:  medium    |   Resolution:          
----------------------+-----------------------------------------------------
Comment (by skamithi):

 1st problem. old bug i created.

 in avformatdecoder.cpp around line 1500
 {{{
   if (tracks[kTrackTypeSubtitle].size() > 1)
 }}}
 should be
 {{{
   if (tracks[kTrackTypeSubtitle].size() > 0)
 }}}

 2nd issue:
 [10952]  created part of the problem. says that
 if captionmode == kDisplayAVSubtitle, then attempt to turn on subtitles.
 but when starting a new title, captionmode is not set. so never turns on
 captions when the title begins.

 3rd issue:
 [10870] on some dvds, sets the track number to 0 instead of a negative
 number when no subtitle is set. need to investigate the dvd spec further
 to find a way to better read this the dvd track number provided by dvdnav.
 so need to chat with stuartm to find a good resolution his problem and
 prevent what i saw.

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


More information about the mythtv-commits mailing list