Opened 19 years ago
Closed 19 years ago
#1959 closed defect (fixed)
internal dvd player: get incredibles disc 2 to work.
| Reported by: | skamithi | Owned by: | skamithi |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description (last modified by )
reported by micheal o on the mythtv-dev alias.
" The decoderbase.c:ChangeDVDTrack() has an infinite loop in it in some regards. If the result from GetCellStart() is the same for two different parts, then it loops forever. (This happens on the disc 2 of "The Incredibles" DVD I have)."
my proposed solution is to use a more unique way of detecting the track change. dvd specs say for each chapter, the vob id & cell id combo are unique.
Menus are found outside title 0. find a different way of defining what part is considered a menu or not.
Attachments (2)
Change History (9)
comment:1 by , 19 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 19 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | internal dvd player: dvd playback can hang when jumping between chapters → internal dvd player: get incredibles disc 2 to work. |
by , 19 years ago
| Attachment: | dvd_menu_definition.diff added |
|---|
by , 19 years ago
| Attachment: | dvd_changetrack.diff added |
|---|
comment:6 by , 19 years ago
comment:7 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

(In [10311]) Refs #1959. internal dvd player: expand definition of a dvd menu. fix bug with changing of dvd tracks.