
noreply at mythtv
May 19, 2012, 8:44 PM
Post #1 of 1
(69 views)
Permalink
|
|
mythtv branch master updated by jyavenard. v0.26-pre-329-g8e324c6
|
|
The branch, master has been updated on the mythtv repository by gitolite user jyavenard. via 8e324c60e43b31ba7ad7872c51bc137c48e287af (commit) via 97cfab1a69ede98ecdabfa674362a1070c35e9cf (commit) via 23ae058e0ecba9e1d2dfaca3830e044c30e5ccba (commit) from 3bbf624ea685dacef29ec164cdb05a54627e62c0 (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 8e324c60e43b31ba7ad7872c51bc137c48e287af Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Sun, 20 May 2012 13:44:10 +1000 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Sun, 20 May 2012 13:44:31 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=8e324c60e43b31ba7ad7872c51bc137c48e287af Fix some cppcheck warnings. commit 97cfab1a69ede98ecdabfa674362a1070c35e9cf Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Sun, 20 May 2012 13:07:30 +1000 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Sun, 20 May 2012 13:44:31 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=97cfab1a69ede98ecdabfa674362a1070c35e9cf Silence cppcheck warning commit 23ae058e0ecba9e1d2dfaca3830e044c30e5ccba Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Sun, 20 May 2012 12:29:16 +1000 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Sun, 20 May 2012 13:44:31 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=23ae058e0ecba9e1d2dfaca3830e044c30e5ccba Silence cppcheck warning. This was a false positive, m_maxspeakers was initialised in AudioSetupWizard::Init. ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythtv/HLS/httplivestreambuffer.cpp | 39 ++++++++++++-------- mythtv/libs/libmythtv/HLS/httplivestreambuffer.h | 1 + mythtv/libs/libmythupnp/upnputil.h | 3 ++ mythtv/programs/mythfrontend/setupwizard_audio.cpp | 3 +- 4 files changed, 30 insertions(+), 16 deletions(-) -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|