-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress (and log) subtitle errors in
SubtitleTranscodingTrackOutput
This is equivalent to the error suppression for legacy subtitles in `TextRenderer`: https://github.com/androidx/media/blob/76088cd6af7f263aba238b7a48d64bd4f060cb8b/libraries/exoplayer/src/main/java/androidx/media3/exoplayer/text/TextRenderer.java#L357-L359 This new suppression only affects errors thrown from files with subtitles muxed together with audio/video. Standalone subtitle files, and containers containing only text tracks, are handled by the existing error suppression/reporting added in 49dec5d. Issue: #2052 PiperOrigin-RevId: 718930243
- Loading branch information
1 parent
6b54372
commit a7a5d6e
Showing
5 changed files
with
602 additions
and
6 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
Oops, something went wrong.