[mythtv-firehose] mythtv branch master updated by dhampton. v30-Pre-62-g933af2a

Git Repo Owner noreply at mythtv.org
Thu Sep 28 02:34:46 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user dhampton.
       via  933af2af0ae9d3b55ef934292c1de2cd645c3505 (commit)
      from  39b649d459793005fdc1932c14475f354c310441 (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 933af2af0ae9d3b55ef934292c1de2cd645c3505
Author:    David Hampton <mythtv at love2code.net> at Mon, 25 Sep 2017 21:45:24 -0400
Committer: David Hampton <mythtv at love2code.net> at Wed, 27 Sep 2017 22:32:37 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=933af2af0ae9d3b55ef934292c1de2cd645c3505

Use the define property flags when creating a RecordingInfo object.
This code used a hard coded shift for adding the subtitle flags to the
properties field, and that value hasn't kept up with the addition of
new flags.  Change the hard coded number to a constant defined in the
same location as the flags.  One reported visible side effect of this
bug is that mythweb would indicate that most recording are damaged.
This is the result of the subtitle "hard of hearing" flag being
wrongly shifted into the position of the video damaged flag.



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

Summary of changes:
 mythtv/libs/libmythtv/recordinginfo.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 



More information about the mythtv-firehose mailing list