[mythtv-commits] mythtv/master commit: d27bedf55 by Mark Kendall (mark-kendall)

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


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-06-12T19:58:23-07:00
   Push Date:  2011/06/12 19:58:40 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  d27bedf5571bdb80c164ce5d11a8af55f0275b92
   Changeset:  https://github.com/MythTV/mythtv/commit/d27bedf55

Log:

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

Modified:

   mythtv/external/FFmpeg/libavcodec/dvbsubdec.c



More information about the mythtv-commits mailing list