Opened 12 years ago

Closed 12 years ago

#10152 closed Bug Report - General (fixed)

96eabe4c7d breaks clearing of SSA/ASS subtitles

Reported by: slackerlinux85@… Owned by: markk
Priority: minor Milestone: 0.25
Component: MythTV - Video Playback Version: Unspecified
Severity: low Keywords:
Cc: Ticket locked: no

Description

96eabe4c7d bails out of DisplayAVSubtitles() early if there is no subtitles queued which has the effect of stopping RenderAssTrack?() from running every frame causing subtitles to not get cleared till a new subtitle arrives in the queue.

attached is the fix im using for now it seems to work but might be better to move RenderAssTrack?() to SubtitleScreen::Pulse() and only run it when av subtitles are displayed

Attachments (1)

FixSSASubclearing.patch (1.3 KB) - added by slackerlinux85@… 12 years ago.

Download all attachments as: .zip

Change History (2)

Changed 12 years ago by slackerlinux85@…

Attachment: FixSSASubclearing.patch added

comment:1 Changed 12 years ago by Github

Milestone: unknown0.25
Resolution: fixed
Status: newclosed

SubtitleScreen?: Fix clearing of ASS subtitles.

Fixes #10152

Branch: master Changeset: e2fa9ae01d5b11b6c722ab0239670c5dccc7603d

Note: See TracTickets for help on using tickets.