
noreply at mythtv
May 22, 2012, 11:44 AM
Post #1 of 1
(44 views)
Permalink
|
|
mythtv branch master updated by jstichnoth. v0.26-pre-353-g650b272
|
|
The branch, master has been updated on the mythtv repository by gitolite user jstichnoth. via 650b2728375fac7ae45039b2c7fa95208ff9a728 (commit) from 375d12e3f4ae916e26f982b3ecee0ced462767ce (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 650b2728375fac7ae45039b2c7fa95208ff9a728 Author: Jim Stichnoth <jstichnoth [at] mythtv> at Tue, 22 May 2012 11:36:49 -0700 Committer: Jim Stichnoth <jstichnoth [at] mythtv> at Tue, 22 May 2012 11:42:59 -0700 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=650b2728375fac7ae45039b2c7fa95208ff9a728 Subtitles: Rescale AV subs in place when the zoom factor is changed. This gives the user immediate feedback on the zoom adjustment, without making them wait for the next subtitle to be displayed. Unfortunately, the rescaled subtitle ends up being shifted to the upper left of the screen; this will be fixed later. (Subsequent subtitles are displayed properly.) ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythtv/subtitlescreen.cpp | 22 ++++++++++++++++++++++ mythtv/libs/libmythtv/subtitlescreen.h | 1 + 2 files changed, 23 insertions(+), 0 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|