[mythtv-commits] mythtv branch fixes/0.28 updated by dhampton. v0.28.1-50-g076dd22

Git Repo Owner noreply at mythtv.org
Thu Sep 28 03:10:53 UTC 2017


The branch, fixes/0.28 has been updated on the
mythtv repository by gitolite user dhampton.
       via  076dd22a7ab5223e0cc2b11cef495abde7878a7a (commit)
      from  172459d73771cf44b0ec7a0914387b112d9226b4 (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 076dd22a7ab5223e0cc2b11cef495abde7878a7a
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:37:49 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=076dd22a7ab5223e0cc2b11cef495abde7878a7a

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-commits mailing list