[mythtv-commits] Ticket #8239: upconvert audio to 5.1 crashes mythfrontend

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


#8239: upconvert audio to 5.1 crashes mythfrontend
--------------------------------------------+-------------------------------
 Reporter:  daniel.armbrust.list@…          |        Owner:  jyavenard
     Type:  defect                          |       Status:  closed   
 Priority:  major                           |    Milestone:  unknown  
Component:  MythTV - Audio Output           |      Version:  head     
 Severity:  medium                          |   Resolution:  fixed    
  Mlocked:  0                               |  
--------------------------------------------+-------------------------------
Changes (by jyavenard):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 (In [23844]) 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"

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8239#comment:9>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list