[mythtv-commits] mythtv branch fixes/0.27 updated by jstichnoth. v0.27.4-51-gbcdaa88

Git Repo Owner noreply at mythtv.org
Sat Apr 25 17:42:42 UTC 2015


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  bcdaa8865ef8700ccbb7214ec39dcbcd8392b2af (commit)
      from  8f14d3d1e8c798f8a45b3338a33bb71aec877dc7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bcdaa8865ef8700ccbb7214ec39dcbcd8392b2af
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Wed, 22 Apr 2015 05:19:14 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sat, 25 Apr 2015 10:41:03 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bcdaa8865ef8700ccbb7214ec39dcbcd8392b2af

Subtitles: Allow transitions between ATSC and SCTE captions.
In changeset d526385aa4c1466b064e9544cdb663f357007e35 (refs #9829),
code was added such that the first time ATSC caption data is seen, any
future SCTE caption data is explicitly ignored.  This was to deal with
broadcasts containing duplicate caption data.

This policy causes problems when the recording switches back and forth
between the two sources of caption data, such as when the broadcaster
splices in commercials.

The updated solution continues to favor ATSC data, but allows a switch
back to SCTE after SCTE data is seen 10 times in a row (a somewhat
arbitrarily chosen number) without intervening ATSC data.

Refs #12054.

(cherry picked from commit 68bd03ffe5b7bb6456519639caac77486ea0941c)



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythtv/avformatdecoder.cpp |   18 ++++++++++++++++--
 mythtv/libs/libmythtv/avformatdecoder.h   |    2 +-
 2 files changed, 17 insertions(+), 3 deletions(-)

-- 



More information about the mythtv-commits mailing list