Opened 15 years ago
Closed 15 years ago
Last modified 15 years ago
#7409 closed patch (fixed)
AVFormatDecoder: Ignore DTS HD audio extensions
Reported by: | Owned by: | markk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.23 |
Component: | MythTV - Video Playback | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Currently only the DTS core audio portion of the DTS HD audio stream can be handled. However, the current code doesn't properly discard the extensions which can lead to undefined behavior including segfaults. I'm providing a patch that detects the DTS HD extensions and properly discards the frames.
Attachments (3)
Change History (8)
Changed 15 years ago by
Attachment: | mythtv_dts_skip_dts_hd.diff added |
---|
Changed 15 years ago by
Attachment: | t7409_mythtv_dts_skip_dts_hd_v2.diff added |
---|
fix logging and add defines for readability
Changed 15 years ago by
Attachment: | t7409_mythtv_dts_skip_dts_hd_v3.diff added |
---|
final update (trunk 23210)
comment:1 Changed 15 years ago by
Owner: | changed from Janne Grunau to markk |
---|---|
Status: | new → accepted |
comment:2 Changed 15 years ago by
Milestone: | unknown → 0.23 |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
properly discard DTS HD extenstions frames