[mythtv-commits] mythtv branch master updated by jstichnoth. v0.28-pre-2850-g68bd03f

Git Repo Owner noreply at mythtv.org
Wed Apr 22 12:37:02 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  68bd03ffe5b7bb6456519639caac77486ea0941c (commit)
      from  ea183d42851f85914b96807fd437a03c24b68d4a (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 68bd03ffe5b7bb6456519639caac77486ea0941c
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Wed, 22 Apr 2015 05:19:14 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Wed, 22 Apr 2015 05:19:14 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=68bd03ffe5b7bb6456519639caac77486ea0941c

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.



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

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