[mythtv-commits] mythtv commit: r23844 by jyavenard

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Mar 29 08:18:05 UTC 2010


      Author: jyavenard
        Date: 2010-03-29 08:18:05 +0000 (Mon, 29 Mar 2010)
New Revision: 23844
   Changeset: http://svn.mythtv.org/trac/changeset/23844

Modified:

   trunk/mythtv/libs/libmyth/audiooutputbase.cpp

Log:

Fixed #8239.
There were two issues here.
1- If the audio being played had a sample rate of more than 48kHz and the hardware supported it, we wouldn't resample the audio when the AC3 encoder was active. The maximum bitrate supported by AC3 is 48kHz.
2- If for some reasons, the AC3 encoder couldn't be created (like in the case mentioned above) ; we still tried to use it later in the playback code.
Fix by "foo bar"




More information about the mythtv-commits mailing list