[mythtv-commits] Ticket #764: autoSelectAudioTrack never exits with mono audio and AC3 passthrough

MythTV mythtv at cvs.mythtv.org
Tue Dec 6 11:20:48 EST 2005


#764: autoSelectAudioTrack never exits with mono audio and AC3 passthrough
-----------------------------+----------------------------------------------
 Reporter:  kenny at the-b.org  |       Owner:  ijr
     Type:  defect           |      Status:  new
 Priority:  minor            |   Milestone:     
Component:  mythtv           |     Version:     
 Severity:  medium           |  
-----------------------------+----------------------------------------------
 If AC3 passthrough is turned on and the selected stream only has mono
 audio, libmythtv starts taking up all of the CPU as it goes throught the
 while loop near avformatdecoder.cpp:1255

 I fixed this by adding another condition to the if statement near
 avformatdecoder.cpp:1255

 if ((selectedTrack > maxTracks) || (selectedTrack == -1))

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/764>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list