[mythtv-commits] Ticket #7111: subtitles in mythvideo vanish after 5 minutes

MythTV mythtv at cvs.mythtv.org
Tue Sep 22 13:43:48 UTC 2009


#7111: subtitles in mythvideo vanish after 5 minutes
---------------------------------------+------------------------------------
 Reporter:  simons.philippe at gmail.com  |        Owner:  ijr    
     Type:  defect                     |       Status:  new    
 Priority:  minor                      |    Milestone:  0.22   
Component:  MythTV - General           |      Version:  unknown
 Severity:  medium                     |   Resolution:         
  Mlocked:  0                          |  
---------------------------------------+------------------------------------

Comment(by Joe Ripley <vitaminjoe at gmail.com>):

 The issue appears to be a problem with resetting the 'emptyReads' of
 demuxstr.  After successful reads, the variable was not getting set back
 to zero.  The result was filling up the LINE_LEN buffer (1000 bytes) and
 then stopping... so you'd only see the first 1000 bytes of subtitles.

 This patch fixes it for me.

 Chris mentioned comparing the existing source to Xine.  I'll do that next
 to see if there's more that needs updating.

 --
 Joe Ripley
 vitaminjoe at gmail.com

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


More information about the mythtv-commits mailing list