-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix these problems - External text subtitles displayed at the same time as internal subtitles. - Selecting external subtitles from the menu not displaying any subtitles. - Intermittent segmentation faults when enabling subtitles. - External subtitles not appearing when switching from internal to external. External text subtitles now being processed by FFmpeg are treated as AV subtitles but still need to be identified as external text subtitles. - Add a flag to identify external subtitles to SubtitleReader. - When internal subtitles are selected, discard external subtitles - When external subtitles are selected, discard internal subtitles. - Add checks to prevent segmentation faults on invalid frames. - Set needsync. When switching from AV subtitles to external subtitles the subtitles were not showing. Refs #773
- Loading branch information
1 parent
4214ecb
commit b47e464
Showing
6 changed files
with
31 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters