[mythtv-commits] mythtv branch master updated by gigem. v0.27-pre2-1508-g0c3f72f

Git Repo Owner noreply at mythtv.org
Wed Jun 19 16:12:52 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  0c3f72f232a64596ceb972ff88ad0415da92161b (commit)
       via  cfd2ee84c469048403ea545ce331cb4471489ced (commit)
      from  2338de15eabcf639734cecdaebad77b7aa6d27fc (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 0c3f72f232a64596ceb972ff88ad0415da92161b
Author:    David Engel <dengel at mythtv.org> at Wed, 19 Jun 2013 11:10:45 -0500
Committer: David Engel <dengel at mythtv.org> at Wed, 19 Jun 2013 11:10:45 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0c3f72f232a64596ceb972ff88ad0415da92161b

Comment out unused variable in AudioConfigSettings.
One less warning.  jya, I only commented out bDTS instead of removing
it entirely in case you have an intended use for it in the future.



commit cfd2ee84c469048403ea545ce331cb4471489ced
Author:    David Engel <dengel at mythtv.org> at Wed, 19 Jun 2013 11:01:37 -0500
Committer: David Engel <dengel at mythtv.org> at Wed, 19 Jun 2013 11:01:37 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cfd2ee84c469048403ea545ce331cb4471489ced

Fix potential derefernce after NULL check in AudioConfigSettings.
I actually can't see how m_MaxAudioChannels, m_AudioUpmix or
m_AudioUpmixType could ever be NULL, but I think this changee is what
the original author intended.  Fixes Coverity 700422.



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

Summary of changes:
 .../programs/mythfrontend/audiogeneralsettings.cpp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

-- 



More information about the mythtv-commits mailing list