[mythtv-commits] mythtv/master commit: 53c94717d by Jean-Yves Avenard (jyavenard)

MythTV noreply at mythtv.org
Mon Mar 21 03:12:09 UTC 2011


      Author:  Jean-Yves Avenard <jyavenard at mythtv.org>
 Change Date:  2011-03-20T20:10:56-07:00
   Push Date:  2011/03/20 20:12:05 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  53c94717dce6d5a3c0755fcc132afd2df4f26b18
   Changeset:  https://github.com/MythTV/mythtv/commit/53c94717d

Log:

Initialise audioOutput object if it exists.

Code incorrectly assumed that the only place the creation of the audioOutput object was done in MythPlayer. Mythtranscode creates its own audioOutput object and use AudioPlayer::SetAudioOutput to set it.
Now if an audio object exists, we initialise it no matter what. This will likely increase verbosity in some cases

Fixes #9425

Modified:

   mythtv/libs/libmythtv/audioplayer.cpp



More information about the mythtv-commits mailing list