Opened 14 years ago
Closed 14 years ago
#10152 closed Bug Report - General (fixed)
96eabe4c7d breaks clearing of SSA/ASS subtitles
Reported by: | 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)
Change History (2)
by , 14 years ago
Attachment: | FixSSASubclearing.patch added |
---|
comment:1 by , 14 years ago
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
SubtitleScreen: Fix clearing of ASS subtitles.
Fixes #10152