[mythtv-commits] Ticket #9373: DVB-S subtitles not showing

MythTV noreply at mythtv.org
Mon Jun 13 02:58:46 UTC 2011


#9373: DVB-S subtitles not showing
-------------------------------------------+-------------------------------
 Reporter:  Yoav Dvir <yoav@…>             |          Owner:  janne
     Type:  Bug Report                     |         Status:
 Priority:  minor                          |  infoneeded_new
Component:  MythTV - Video Playback        |      Milestone:  unknown
 Severity:  medium                         |        Version:  0.24
 Keywords:                                 |     Resolution:
                                           |  Ticket locked:  0
-------------------------------------------+-------------------------------

Comment (by Github):

 DVB Subtitles: Fix display of subs with no display segment.

 The DVB subtitle standard reads:

 'Within a display set the sequence of segments (when present) is:
 - page composition;
 - region composition;
 - CLUT definition;
 - object data;
 - end of display segment;'

 In the samples provided in #9373, the end of display segment is not
 seen. The 'when present' above suggests that it is not required but the
 ffmpeg code assumes it is. The workaround is to check that the previous
 4 segments have been seen and, if so, process a dummy display segment.

 mplayer and ffplay both appear to have the same problem.

 Refs #9373
  Branch:    master
  Changeset: d27bedf5571bdb80c164ce5d11a8af55f0275b92

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9373#comment:9>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list