[mythtv-commits] mythtv branch master updated by cpinkham. v0.27-pre2-1445-gc753154

Git Repo Owner noreply at mythtv.org
Sat Jun 15 06:24:57 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user cpinkham.
       via  c753154cebb04f29d974d6aa6a8f228275086211 (commit)
      from  e63d70bc478fee4d79a0f5387e857078ff8ff067 (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 c753154cebb04f29d974d6aa6a8f228275086211
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Mon, 10 Jun 2013 18:30:05 +0000
Committer: Chris Pinkham <cpinkham at mythtv.org> at Fri, 14 Jun 2013 23:21:22 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c753154cebb04f29d974d6aa6a8f228275086211

[PATCH] Patch to bypass code when no pixels checked
There is a feasible (although I believe very unlikely)
code path where no pixels will be checked, resulting
in a number of variables not being appropriately
set.  This code will bypass the codes if no pixels
were checked.

Fixes coverity 746805 (possible division by zero)

Fixes #11587.

Signed-off-by: Chris Pinkham <cpinkham at mythtv.org>

I have looked at the code and can see no negative effects if we
skip the blank frame section and letter/pillar-box detection code
in the unlikely event that we didn't check any pixels.  If we did
not check any pixels, there are numerous variables within this
section of code which are meaningless preventing valid detection.



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

Summary of changes:
 .../programs/mythcommflag/ClassicCommDetector.cpp  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list