[mythtv-commits] mythtv branch fixes/0.25 updated by jyavenard. v0.25.3-43-g9da9dc8

Git Repo Owner noreply at mythtv.org
Mon Apr 15 04:31:45 UTC 2013


The branch, fixes/0.25 has been updated on the
mythtv repository by gitolite user jyavenard.
       via  9da9dc85d03c3904862a42904537a21c723e148f (commit)
       via  9b412a7cbc5556af31b8973f43ece7142a341d9d (commit)
      from  c1147b634ad9977d3bb480121b300ed92376b9a7 (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 9da9dc85d03c3904862a42904537a21c723e148f
Author:    Kevin Ross <kevin at familyross.net> at Mon, 15 Apr 2013 14:18:23 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 15 Apr 2013 14:31:28 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9da9dc85d03c3904862a42904537a21c723e148f

Fix audio sync.
Fixes #11440

Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>
(cherry picked from commit 9ec7421138adef73ef9cb83b74e046092fecdd6a)



commit 9b412a7cbc5556af31b8973f43ece7142a341d9d
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Sun, 24 Jun 2012 18:34:07 +0200
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 15 Apr 2013 14:31:00 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9b412a7cbc5556af31b8973f43ece7142a341d9d

libmyth: Avoid a divide by 0 exception in AudioOutputBase
If MythMusic starts when the default audio is ALSA and if the device
is in use by another process then snd_pcm_open can fail.  In this
case AudioOutputBase::SetAudiotime can cause a divide by 0 exception
because this->effdsp is 0.

This patch checks the value of effdsp and avoids the division if it's 0.

Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>
(cherry picked from commit 84aac9d80f98a30d3cb68caf4827e9e92caedbc1)



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

Summary of changes:
 mythtv/libs/libmyth/audio/audiooutputbase.cpp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

-- 



More information about the mythtv-commits mailing list