
noreply at mythtv
Jun 15, 2012, 7:27 AM
Post #1 of 1
(35 views)
Permalink
|
|
mythtv branch master updated by jstichnoth. v0.26-pre-626-gea554c9
|
|
The branch, master has been updated on the mythtv repository by gitolite user jstichnoth. via ea554c9cbe5fc86c4a4e301eb9f97fd90abbe7a4 (commit) from 6a64891e8d23fd867748bb277c9c80fabc694189 (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 ea554c9cbe5fc86c4a4e301eb9f97fd90abbe7a4 Author: Jim Stichnoth <jstichnoth [at] mythtv> at Fri, 15 Jun 2012 07:07:04 -0700 Committer: Jim Stichnoth <jstichnoth [at] mythtv> at Fri, 15 Jun 2012 07:16:19 -0700 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=ea554c9cbe5fc86c4a4e301eb9f97fd90abbe7a4 Subtitles: Favor forced tracks for auto-track selection. Refs #10808 For first-time auto-track selection, we put highest priority on forced tracks, second priority on user language preference, and third priority on track order. This changes the previous behavior only by adding the forced flag to the criteria. ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythtv/decoderbase.cpp | 44 ++++++++++++++++++++------------ 1 files changed, 27 insertions(+), 17 deletions(-) -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|