Opened 18 years ago

Closed 17 years ago

#2202 closed defect (fixed)

DVD subtitles switched off at chapter change

Reported by: stuartm Owned by: stuartm
Priority: minor Milestone: unknown
Component: mythdvd Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

On some DVDs subtitles are switching off when the chapter changes during playback.

A little inital debugging points to curSubtitleTrack (DVDRingBuffer.cpp) being wrong e.g. -128 but I've not yet found where this invalid value is coming from.

Change History (5)

comment:1 Changed 18 years ago by stuartm

(In [10870]) Refs #2202

dvdnav_get_active_spu_stream may return a stream number with the eigth bit set as a visibility flag. The actual stream number is the first 5 bits (<32) so we just mask out the rest.

This fixes the most common cause of #2202 but there is a second problem with some dvds which I'm still trying to figure out.

comment:2 Changed 18 years ago by stuartm

Milestone: 0.200.21

comment:3 Changed 17 years ago by skamithi

(In [11311]) Closes #2455. Refs #2202. internal dvd player: subtitles don't get turned on automatically when set in the dvd menu.

comment:4 Changed 17 years ago by stuartm

Milestone: 0.21unknown

comment:5 Changed 17 years ago by stuartm

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.