Opened 15 years ago
Closed 14 years ago
#8248 closed defect (fixed)
internal dvd player. Rome TV Series 2 dvd loops over and over again within the dvd menu
Reported by: | skamithi | Owned by: | skamithi |
---|---|---|---|
Priority: | minor | Milestone: | 0.24 |
Component: | MythTV - DVD Playback | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Found a problem where dvd loops around the intro to episode menu.
patch simplifies still frame detection. Check says if storedpacket count and number of frames displayed is 0, then regenerate the cell with the still frame. remove code previously used. Still testing fix on several dvds before commiting.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | ticket_8248_fix.diff added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Component: | MythTV - General → MythTV - DVD Playback |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Closing as fixed for now as it's applied to trunk, can backport if you like, Stanley.
Note: See
TracTickets for help on using
tickets.
(In [23908]) Refs #8248. internal dvd player. simplify still frame detection. current implementation causes looping in certain sections of certain dvds. will apply to 0.23 fixes in a few weeks if no problems are reported.