Opened 13 years ago
Closed 13 years ago
#11275 closed Patch - Bug Fix (Fixed)
Still DVD menus with audio sometimes times out immediately
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.27 |
Component: | MythTV - DVD Playback | Version: | 0.26-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
If no audio codec has been created, the audio data in a still DVD menu with audio is not processed. As there is no continuous video data and the audio data is not processed, the menu cell times out almost immediately and causes the DVD's cell's 'post' instructions to be executed, which, depending on the DVD, can cause a jump somewhere else. In this case, it is not possible to navigate the menu.
The problem is not actually specific to DVD menus but is most likely to occur in this scenario as there is only audio data to provide timing.
The attached patch re-enables audio decoding if an audio stream appears.
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | 0001-kDecodeAudio-is-now-re-enabled-if-an-audio-stream-be.patch added |
---|
comment:1 by , 13 years ago
Milestone: | unknown → 0.27 |
---|---|
Owner: | set to |
Status: | new → accepted |
comment:2 by , 13 years ago
Resolution: | → Fixed |
---|---|
Status: | accepted → closed |
Fixed in [b082334c]