Opened 16 years ago
Closed 16 years ago
Last modified 16 years ago
#8289 closed patch (fixed)
Fix Windows 5.1 channel ordering (analog output)
Reported by: | Owned by: | JYA | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - Audio Output | Version: | head |
Severity: | medium | Keywords: | win32 directx |
Cc: | Ticket locked: | no |
Description
A while ago, MythTV switched to using SMPTE channel ordering internally, but the Windows audio classes still assume ALSA ordering. Attached patch removes the channel reordering code so that the 5.1 channels are mapped correctly on Windows.
Patch is applicable to trunk and .23-fixes. Thanks to Ed W for the reminder to check this.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
(In [23976]) Re-move audio channels re-ordering following ffmpeg upgrade. Close #8289. Patch by Jeff Lu. thanks !