Opened 15 years ago
Closed 15 years ago
#764 closed defect (fixed)
autoSelectAudioTrack never exits with mono audio and AC3 passthrough
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | 0.18.1 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
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
(selectedTrack == -1)) |
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | selectedTrack.patch added |
---|
comment:1 Changed 15 years ago by
Version: | → 0.18.1 |
---|
Note: See
TracTickets for help on using
tickets.
Patch against 0.18.1+fixes