
noreply at mythtv
Jun 15, 2012, 9:50 PM
Post #6 of 7
(57 views)
Permalink
|
|
Re: Ticket #10808: mkv forced subtitle track is not played if other subtitle tracks are also embedded.
[In reply to]
|
|
#10808: mkv forced subtitle track is not played if other subtitle tracks are also embedded. ----------------------------------+---------------------------- Reporter: alex@… | Owner: stichnot Type: Bug Report - General | Status: accepted Priority: minor | Milestone: 0.25.2 Component: MythTV - Captions | Version: 0.25-fixes Severity: medium | Resolution: Keywords: | Ticket locked: 0 ----------------------------------+---------------------------- Comment (by Jim Stichnoth <jstichnoth@…>): In [changeset:6a9af0260bf4d7c80e77a7889e999c4f0bb91867/mythtv]: {{{ #!CommitTicketReference repository="mythtv" revision="6a9af0260bf4d7c80e77a7889e999c4f0bb91867" Subtitles: Be less aggressive about auto-selecting a forced track. 1. Don't favor a forced subtitle track if DefaultCCMode=1 (i.e., the user already wants subtitles or captions which are likely to also contain the force subtitles). 2. Don't favor a forced subtitle track if AllowForcedSubtitles=0 (i.e., the user doesn't want to be inflicted with forced subtitles). 3. Only favor a forced track if it is a subtitle track. (Do any other track types ever have the forced flag set?) Note that this still may not be perfect, e.g. a user may end up auto-displaying cc608 captions where a forced subtitle track is still needed for the complete experience. Refs #10808 (cherry picked from commit 689a7b5d526099c2ec533701625ae62ddbba6d44) }}} -- Ticket URL: <http://code.mythtv.org/trac/ticket/10808#comment:5> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|